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.
npm install --save cryptocom-api
- Issues? Check the issues tab.
- Discuss & collaborate with other node devs? Join our Node.js Algo Traders engineering community on telegram.
Check out my related JavaScript/TypeScript/Node.js projects:
- Try my API & WebSocket SDKs:
- Try my misc utilities:
- Check out my examples:
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!
TODO