flexpool-js
v1.0.1
Published
Flexpool API wrapper
Maintainers
Readme
flexpool-js
Flexpool API wrapper
A simple wrapper around the Flexpool API.
Install
$ npm install flexpool-js
# OR
$ yarn add flexpool-jsUsage
const Flexpool = require('flexpool-js')
const client = Flexpool()
client.getPoolHashrate().then((data) => console.log(data));Check out the Flexpool API documentation for more information!
