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