exchangedataset-node
v1.2.0
Published
Node.js version of Exchangedataset historical cryptocurrency market data streaming service
Maintainers
Readme
Exchangedataset Node API
API made for node to access Exchangedataset.
Examples and Documentations
Build
Running the command below will build all typescript files under src/ directory and put converted files into lib/ directory.
yarn build
Test
To run test, run the command below.
yarn test
Generating docs
You can automatically generate documentation for this API by executing the command below.
yarn doc
