0.1.3 • Published 6 years ago

crypto-dashboard-node-sdk v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Crypto Dashboard Node.js SDK

Normalizes data from multiple cryptocurrency exchanges

Installation

npm i crypto-dashboard-node-sdk

Development

  • Add an exchange:
    Use gdax.ts as an example. Create a new file for the exchange you would like to create. It must adhere to the abstract class exchange.ts.