Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexgalhardo/criptobot.alexgalhardo.com
A simple project using Binance WebSockets, Vite, ReactJS + TypeScript to render in realtime crypto currencies trading prices.
https://github.com/alexgalhardo/criptobot.alexgalhardo.com
binance criptocurrency react typescript vite websocket
Last synced: 23 days ago
JSON representation
A simple project using Binance WebSockets, Vite, ReactJS + TypeScript to render in realtime crypto currencies trading prices.
- Host: GitHub
- URL: https://github.com/alexgalhardo/criptobot.alexgalhardo.com
- Owner: AlexGalhardo
- Created: 2023-09-11T14:01:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-30T03:40:10.000Z (7 months ago)
- Last Synced: 2025-01-03T05:33:14.280Z (28 days ago)
- Topics: binance, criptocurrency, react, typescript, vite, websocket
- Language: TypeScript
- Homepage: https://criptobot.alexgalhardo.com
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introduction
- A simple project using Binance WebSockets, Vite, ReactJS + TypeScript to render in realtime crypto currencies trading prices.
## References
- [https://github.com/binance/binance-spot-api-docs/blob/master/web-socket-streams.md](https://github.com/binance/binance-spot-api-docs/blob/master/web-socket-streams.md)
- [https://br.tradingview.com/HTML5-stock-forex-bitcoin-charting-library/?library=cloud-widget&feature=technical-analysis-charts](https://br.tradingview.com/HTML5-stock-forex-bitcoin-charting-library/?library=cloud-widget&feature=technical-analysis-charts)## Development Setup Local
- Install Bun:
1. Clone repository
```bash
git clone https://github.com/AlexGalhardo/criptobot.alexgalhardo.com
```2. Enter repository
```
cd criptobot.alexgalhardo.com/
```3. Run setup.sh
```
chmod +x ./setup.sh && ./setup.sh
```## Build for deploy
a. Create build
```
bun run build
```## LICENSE
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) September 2021-present, Alex Galhardo