https://github.com/elianbarci/binance-helper
Functions that help you avoid creating your own middleware to connect with the Binance API.
https://github.com/elianbarci/binance-helper
binance http javascript middleware node
Last synced: 6 months ago
JSON representation
Functions that help you avoid creating your own middleware to connect with the Binance API.
- Host: GitHub
- URL: https://github.com/elianbarci/binance-helper
- Owner: elianbarci
- License: mit
- Created: 2021-11-28T00:32:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T18:33:27.000Z (over 3 years ago)
- Last Synced: 2025-08-09T02:31:02.324Z (6 months ago)
- Topics: binance, http, javascript, middleware, node
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Binance Helper
[](https://www.npmjs.org/package/binance-helper)
Functions that help you avoid creating your own middleware to connect with the Binance API.
## Installing
Using npm:
```bash
$ npm install binance-helper
```
## License
[MIT](LICENSE)