https://github.com/anthdm/termdicator
A custom made crypto orderbook indicator displaying in your terminal
https://github.com/anthdm/termdicator
Last synced: about 1 year ago
JSON representation
A custom made crypto orderbook indicator displaying in your terminal
- Host: GitHub
- URL: https://github.com/anthdm/termdicator
- Owner: anthdm
- Created: 2023-04-06T15:38:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T18:15:21.000Z (about 3 years ago)
- Last Synced: 2025-04-02T14:21:42.532Z (about 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 15
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Termdicator
A custom made crypto orderbook indicator displaying in your terminal
## Recources
- Binance websocket futures api
```
wss://fstream.binance.com/stream?streams=btcusdt@depth
```
- AVL binary tree
```
github.com/VictorLowther/btree
```
- Websockets
```
github.com/gorilla/websocket"
```
- Termbox for UI in the terminal
```
https://github.com/nsf/termbox-go
```