htx-api
v0.0.1
Published
EARLY BETA. Node.js connector for htx-api's REST APIs and WebSockets, with TypeScript & end-to-end tests.
Downloads
5
Maintainers
Readme
htx-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 htx-api and WebSockets, with TypeScript & browser support.
Installation
npm install --save htx-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