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

eventOneHQ/fly-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

29 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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 [email protected].



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.