2.0.0-beta.1 • Published 5 years ago

@eventonehq/fly v2.0.0-beta.1

Weekly downloads
10
License
MIT
Repository
github
Last release
5 years ago

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.