Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Latest commit

 

History

History
44 lines (29 loc) · 1.84 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.84 KB

PROJECT DEPRECATED

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 opensource@event1.io.



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.