1.1.0 • Published 6 years ago

@filiosoft/fly v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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.

1.1.0

6 years ago

1.0.0

6 years ago