1.0.7 • Published 7 years ago

@parscoder/hit-btc v1.0.7

Weekly downloads
2
License
MIT
Repository
-
Last release
7 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

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago