1.0.7 • Published 3 years ago

node-antpool v1.0.7

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

node-antpool

antpool.com nodejs api client

Installation

npm install node-antpool

Getting started

import AntPool from 'node-antpool'

const client = AntPool()

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

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

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago