1.0.0 • Published 5 years ago
@kriscarilloxyz/nethunt-js v1.0.0
nethunt-js
nethunt-js is a wrapper for https://nethunt.com/integration-api
Installation
Use the package manager npm to install nethunt-js.
npm i @kriscarilloxyz/nethunt-jsUsage
const Nethunt = require('@kriscarilloxyz/nethunt-js')
const client = new Nethunt(username, password)
const readableFolders = await client.readableFolders()Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
