@eventonehq/fly

v2.0.0-beta.1
🎈 A Simple Fly.io API Client
fly.io fly api client

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 @eventonehq/fly

This package uses async/await and requires Node.js 7.6

Use

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.

License

Copyright © 2019, eventOne, Inc. Released under the MIT License.

npm i @eventonehq/fly

Metadata

  • MIT
  • Whatever
  • eventOne Labs
  • released 10/28/2019

Downloads

Maintainers