@kwizzn/node-nicehash
v1.0.1
Published
> [nicehash.com](https://www.nicehash.com/docs) nodejs api client
Downloads
4
Readme
node-nicehash
nicehash.com nodejs api client
Installation
npm install node-nicehash
Getting started
import Nicehash from 'node-nicehash'
const client = Nicehash()
const client2 = Nicehash({
timeout: 5000 // http request timeout
})
client.account().then(data => console.log(data))