1.0.7 • Published 6 years ago

@parscoder/hit-btc v1.0.7

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

HitBTC Library

A library for better communication with HitBTC Exchange API (HitBTC API Documentation)

Installation:

npm i @parscoder/hit-btc

Example:

const HitBTC = require('./src/HitBTC');

const _ = new HitBTC.HitBTC();
_.symbols().then(response => {
    console.log(response)
});
1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago