Settings

Theme

Show HN: A cyberpunk-style terminal dashboard for monitoring markets

github.com

3 points by pierridotite 11 days ago · 1 comment

Reader

pierridotiteOP 11 days ago

Hello HN, OP here.

I built this TUI (Terminal User Interface) because I wanted to watch market trends without leaving my command line environment.

It uses Yahoo Finance and CoinGecko APIs with a local caching system (JSON) to handle rate limits gracefully. It is written in Node.js and uses `blessed` for rendering.

Happy to answer any questions about the implementation!

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection