Skip to content

A Command Line program to view today's NBA scores from the terminal. Written in Rust.

Notifications You must be signed in to change notification settings

CobSammich/nba-scores-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nba-scores-cli

A command line program to view current NBA scores from the terminal.

Game scores are scraped from NBC Sports

Usage

To get the scores for the current day:

./target/release/nba-scores-cli

To get the scores from yesterday:

./target/release/nba-scores-cli -d y

To see the games scheduled for tomorrow:

./target/release/nba-scores-cli -d T

Details

The program is set to scrape and display the game information every 10 seconds.

There currently is data on game leaders for points, rebounds, and assists packed into the program, but the program currently does not have a way to display it... soon to come.

About

A Command Line program to view today's NBA scores from the terminal. Written in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages