๐ Get the latest scores for NBA games
๐ Get the stats for a specific games
โน๏ธ Much more is yet to come - stay tuned!
Binaries are available for Linux, macOS, and Windows. You can download the latest version from the releases page.
git clone https://github.com/dylantientcheu/nbacli.git && cd nbacli
# insall
go install
# run
nbacli gamesNote When building from source, make sure that
$GOPATH/binis in yourPATHenvironment variable
brew tap dylantientcheu/dylantientcheu && brew install nbacli
# run
nbacli gamesnbacli gamesNavigate through the games using the โ arrow keys โ and press Enter to get the stats for a specific game.
# Get the stats for the day before
nbacli games --yesterday
# or the day after
nbacli games --tomorrow
# or a specific date
nbacli games --date YYYYMMDDnbacli standingsHighlight rows โ โ and press Tab to switch tabs.
- Data is fetched from stats.nba.com using a custom version of nag
- The CLI is built using Cobra
- TUI is sweetened with Bubble Tea & Lipgloss
- Logo is made from Gopher Pack with Figma.
- Screenshots are beautifully shot with VHS ๐ธ
- Warp with dark theme is used on the Terminal
Refer to LICENSE.md.

