Package Exports
- cryptocom-api
- cryptocom-api/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cryptocom-api) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
cryptocom-api
WARNING: This package is still early beta, following the designs of my other connectors. If you want to stay informed when this may be ready for testing, please get in touch via telegram.
Node.js connector for the cryptocom APIs and WebSockets, with TypeScript & browser support.
Installation
npm install --save cryptocom-api
Issues & Discussion
- Issues? Check the issues tab.
- Discuss & collaborate with other node devs? Join our Node.js Algo Traders engineering community on telegram.
Related projects
Check out my related JavaScript/TypeScript/Node.js projects:
- Try my API & WebSocket SDKs:
- Try my misc utilities:
- Check out my examples:
Structure
This project uses typescript. Resources are stored in 3 key structures:
- src - the whole connector written in typescript
- dist - the javascript version of the project (compiled from typescript). This should not be edited directly, as it will be overwritten with each release.
- examples - some implementation examples & demonstrations. Contributions are welcome!
Usage
TODO