Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 474 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 474 Bytes

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

In order to use this client, you must be familiar with RxJs. Some examples are provided in the examples folder.