4tj / node-antpool

AntPool API Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

AntPool API Client


Languages

Language:JavaScript 100.0%