crypto-dashboard-node-sdk
v0.1.3
Published
Javascript SDK for API interaction as a node module
Downloads
17
Readme
Crypto Dashboard Node.js SDK
Normalizes data from multiple cryptocurrency exchanges
Installation
npm i crypto-dashboard-node-sdk
Development
- Add an exchange:
Usegdax.ts
as an example. Create a new file for the exchange you would like to create. It must adhere to the abstract classexchange.ts
.