1.0.1 • Published 3 years ago

flexpool-js v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

flexpool-js

Node.js CI License: MIT PRs Welcome

Flexpool API wrapper

A simple wrapper around the Flexpool API.

Install

$ npm install flexpool-js
# OR
$ yarn add flexpool-js

Usage

const Flexpool = require('flexpool-js')
const client = Flexpool()

client.getPoolHashrate().then((data) => console.log(data));

Check out the Flexpool API documentation for more information!