@kriscarilloxyz/nethunt-js
v1.0.0
Published
nethunt-js is a wrapper for Nethunt API written in node-js.
Downloads
6
Readme
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.

