/nicehashjs

The javascript library for NiceHash API v1

Primary LanguageJavaScript

NiceHashJS

Build Status License ISC

The javascript wrapper for Nicehash API.

alt text

Installation

npm install --save nicehashjs

Usage

const NicehashJS = require('nicehashjs');
const nhClient = new NicehashJS();

Contribution

All PRs are welcome!