This package has been deprecated

Author message:

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

@filiosoft/fly

1.1.0ย โ€ขย 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 @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.

/@filiosoft/fly/

    Package Sidebar

    Install

    npm i @filiosoft/fly

    Weekly Downloads

    1

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    8.06 kB

    Total Files

    8

    Last publish

    Collaborators

    • nprail