@kwizzn/node-nicehash
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

node-nicehash

nicehash.com nodejs api client

Installation

npm install node-nicehash

Getting started

import Nicehash from 'node-nicehash'

const client = Nicehash()

const client2 = Nicehash({
  timeout: 5000 // http request timeout
})

client.account().then(data => console.log(data))

/@kwizzn/node-nicehash/

    Package Sidebar

    Install

    npm i @kwizzn/node-nicehash

    Weekly Downloads

    2

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    17.4 kB

    Total Files

    5

    Last publish

    Collaborators

    • kwizzn