johnsylvain / cbb

πŸ€ CLI tool for live College Basketball scores

Home Page:https://npm.im/cbb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

College Basketball CLI

Get live scores and game times from your terminal

screenshot

Usage

You can install globally with npm install -g cbb or use with npx.

# 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

About

πŸ€ CLI tool for live College Basketball scores

https://npm.im/cbb

License:MIT License


Languages

Language:JavaScript 100.0%