๐ 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 games
Note When building from source, make sure that
$GOPATH/bin
is in yourPATH
environment variable
brew tap dylantientcheu/dylantientcheu && brew install nbacli
# run
nbacli games
nbacli games
Navigate 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 YYYYMMDD
nbacli standings
Highlight 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.