Skip to content

dannychua/nicehashjs2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published