0.1.2 • Published 7 years ago
indodax-rx v0.1.2
Indodax Rx
This is an RxJs ready client for Indodax. Aimed to be able to receive updates using websocket while also being able to call the REST API endpoints.
For a quick intro of what RxJs is, please visit here.
Installation & Usage
Install the package via npm:
$ npm i --save indodax-rxIn order to use this client, you must be familiar with RxJs. Some examples are provided in the examples folder.