Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 360 Bytes

File metadata and controls

20 lines (15 loc) · 360 Bytes

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))