nicehash.com nodejs api client
I only abstracted some of my commonly used APIs. If there is a need for support, I will welcome issue feedback and I will add it, and PR is very welcome
npm install node-nicehash
import Nicehash from 'node-nicehash'
const client = Nicehash()
const client2 = Nicehash({
timeout: 5000 // http request timeout
})
client.account().then(data => console.log(data))