https://github.com/johnsylvain/cbb
🏀 CLI tool for live College Basketball scores
https://github.com/johnsylvain/cbb
cli college-basketball ncaa node-cli sports
Last synced: about 11 hours ago
JSON representation
🏀 CLI tool for live College Basketball scores
- Host: GitHub
- URL: https://github.com/johnsylvain/cbb
- Owner: johnsylvain
- License: mit
- Created: 2019-03-25T01:18:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T22:56:41.000Z (about 4 years ago)
- Last Synced: 2025-10-08T06:29:01.270Z (9 months ago)
- Topics: cli, college-basketball, ncaa, node-cli, sports
- Language: JavaScript
- Homepage: https://npm.im/cbb
- Size: 515 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# College Basketball CLI
> Get live scores and game times from your terminal

## Usage
You can install globally with `npm install -g cbb` or use with `npx`.
```bash
# Usage
npm install -g cbb
npx cbb
# Help menu
cbb --help
# Filter by AP top 25
cbb --ap
# Filter by conference
cbb --conference big-ten
cbb -c big-ten
# Filter by name
cbb --name purdue
# watch live games
cbb watch
```