1.0.12 • Published 4 years ago

node-sparkpool v1.0.12

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

node-sparkpool

sparkpool.com nodejs api client

Installation

npm install node-sparkpool

Getting started

import Sparkpool from 'node-sparkpool'

const client = Sparkpool()

// if you want use diffent endpoint
const client2 = Sparkpool({
  endpoint: 'https://www.sparkpool.com',
  timeout: 5000 // http request timeout
})

client.poolStats().then(data => console.log(data))
1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago