Hacker News
Show HN: Faceoff – A terminal UI for following NHL games
The app was mostly vibe-coded with Claude Code, but not one-shot. I added features and fixed bugs by using it, as I spent way too much time in the terminal over the last few months.
Try it out with `uvx faceoff` (requires uv).
yuppiepuppie
|next
[-]
Does the NHL really provide an API for all games? That's nice...
divbzero
|next
|previous
[-]
Playball – Watch MLB games from a terminal - https://news.ycombinator.com/item?id=45451577 - Oct 2025 (146 comments)
Playball: Watch MLB games from the comfort of your own terminal - https://news.ycombinator.com/item?id=37591070 - Sept 2023 (1 comment)
Playball: Watch MLB games from the comfort of your own terminal - https://news.ycombinator.com/item?id=21653981 - Nov 2019 (42 comments)
ipaddr
|next
|previous
[-]
Keeping upto date endpoints for sport scores is the most difficult challenge.
captn3m0
|next
|previous
[-]
jlongman
|next
|previous
[-]
This reminds me of that f1 tui… https://github.com/JustAman62/undercut-f1 or https://github.com/IAmTomShaw/f1-race-replay. The one I’m thinking of syncs with kodi for delayed playback “live” stats.
freedomben
|next
|previous
[-]
This is IMHO the killer AI feature for personal use. So many utlities I never would have spent time on are now within reach. Even just non-trivial bashrc aliases and functions
vcf
|root
|parent
[-]
zawakin
|root
|parent
|next
[-]
embedding-shape
|next
|previous
[-]
Should've gone for something generalized that could handle a bunch of different games, instead of just another sport, so someone caring about multiple sports don't need multiple TUIs :)