node-antpool
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i node-antpool

Weekly Downloads

0

Version

1.0.7

License

MIT

Unpacked Size

13.2 kB

Total Files

5

Last publish

Collaborators

  • 4tj