1.0.7 • Published 4 years ago

node-antpool v1.0.7

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

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago