Home

Fly.io API Client

GitHub license npm Build Status Commitizen friendly JavaScript Style Guide semantic-release

🎈 A simple API client for Fly.io

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.