1.0.9 • Published 6 years ago
nicehashjs2 v1.0.9
NiceHashJS
The javascript library for Nicehash API v2.

Installation
npm install --save nicehashjs2Usage
const NicehashJS = require('nicehashjs2');
const nhClient = new NicehashJS({
apiKey: <myApiKey>,
apiSecret: <myApiSecret>
});Contribution
All PRs are welcome!