nba-tipoff
v1.0.1
Published
A command-line interface for following live NBA games in your terminal
Downloads
4
Maintainers
Readme
Tipoff - NBA Terminal Viewer
Follow live NBA games directly in your terminal!

Why?
A quick, discreet way to follow live NBA games or follow up on missed matchups from the night before
Inspired by playball
Quick Start
npx nba-tipoffInstallation
npm install -g nba-tipoffDevelopment
Setup
# Clone the repository
git clone https://github.com/rfwilliams11/tipoff.git
cd tipoff
# Install dependencies
npm install
# Link the package locally for testing the CLI
npm linkRunning the Application
# Run in development mode
npm run dev
# Or use the CLI command (if linked)
nba-tipoffTesting
# Run tests
npm test
# Run tests with coverage
npm run test:coverageFeatures
- View today's NBA games in terminal
- Navigate between different dates
- View detailed game information with live updates
- Real-time statistics and play-by-play
- Keyboard navigation and shortcuts
Keyboard Controls
Scoreboard View
↑/↓orj/k- Navigate between gamesEnter- View detailed game informationn- Next dayp- Previous dayt- Go to todayqorEsc- Quit
Game Detail View
c- Return to scoreboardqorEsc- Quit
License
MIT
