1.0.12 • Published 3 years ago

node-sparkpool v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago