An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# College Basketball CLI

> Get live scores and game times from your terminal

![screenshot](./screenshot.png)

## 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
```