/nicehashjs2

The javascript library for NiceHash API v2

Primary LanguageJavaScript

NiceHashJS

Build Status License ISC License ISC

The javascript library for Nicehash API v2.

alt text

Installation

npm install --save nicehashjs2

Usage

const NicehashJS = require('nicehashjs2');
const nhClient = new NicehashJS({
    apiKey: <myApiKey>, 
    apiSecret: <myApiSecret>
});

Contribution

All PRs are welcome!