Fly.io API Client
Usage
Installation
npm install @filiosoft/fly
This package uses async/await and requires Node.js 7.6
Use
const Fly = require("@filiosoft/fly");
const fly = new Fly("your-access-token");
const hostnames = await fly.getHostnames('name-of-site')
You can find the full docs here.
License
Copyright ยฉ 2018, Filiosoft, LLC. Released under the MIT License.