node-antpool
v1.0.7
Published
> [antpool.com](https://v3.antpool.com/userApiGuide) nodejs api client
Downloads
10
Readme
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))