As of 2020-01-19, this project is deprecated. eventOne no longer uses Fly.io so this project hasn't been maintained for over a year. If you would like to take over maintenance of it, please email [email protected].
๐ A simple API client for Fly.io
npm install @eventonehq/fly
This package uses async/await and requires Node.js 7.6
const { Fly } = require('@eventonehq/fly')
const fly = new Fly('your-access-token')
const hostnames = await fly.getHostnames('name-of-site')
You can find the full docs here.
Copyright ยฉ 2019, eventOne, Inc. Released under the MIT License.