1.2.0 • Published 4 years ago

exchangedataset-node v1.2.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

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