An open API service indexing awesome lists of open source software.

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

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
```