This package has been deprecated

Author message:

This project is no longer maintained. Email opensource@event1.io if you want to take over maintenance

@eventonehq/fly
TypeScript icon, indicating that this package has built-in type declarations

2.0.0-beta.1ย โ€ขย Publicย โ€ขย Published

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.

/@eventonehq/fly/

    Package Sidebar

    Install

    npm i @eventonehq/fly

    Weekly Downloads

    1

    Version

    2.0.0-beta.1

    License

    MIT

    Unpacked Size

    15.1 kB

    Total Files

    9

    Last publish

    Collaborators

    • nprail