A terminal-based NBA companion for checking scores, box scores, and play-by-play action. Keep your ball knowledge high without leaving your dev environment!
- 📅 Games List: Browse games for any specific date.
- 📊 Box Scores: View detailed stats and percentages for each player.
- 🔄 Play-by-Play: Follow the sequence of events for every period.
- 🎨 TUI Interface: Interactive terminal interface built with Bubble Tea.
- 🔌 Custom NBA Stats API Client: Includes a custom-authored Go client for the NBA Stats API (pkg/nba_api).
go install github.com/bobbyskywalker/nbarecap@latestStart by viewing today's games:
nbarecap gamesTo view games for a specific date:
nbarecap games --date 2026-02-02The project features a custom implementation of the NBA Stats API located in pkg/nba_api. It handles requests and data mapping for:
- Scoreboard V2
- Box Score Traditional V3
- Play-by-Play V3
Feel free to use it in your own projects!
The Holy Trinity:
Future plans for nbarecap:
- 🚀 Official Release
- 🏆 Leaders: New
leaderscommand. - 📈 Standings: New
standingscommand.
This project is licensed under the MIT License - see the LICENSE file for details.
