Skip to content

morriswchris/bushleague

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BushLeague

Substandard sports tracking on the cli

Bushleague Screen Shot

Ever wanted to check sports scores without leaving the safety of your terminal. We'll the struggle is over. Introducing Bush League. Simply pass in the league you wish to get updates for, and like magic your terminal is updated with all the scores of the night.

Bushleague uses the Tally library to gather sports scores with streams.

Installation

To install simply run npm install -g bushleague. That's it!

Usage

To use, run

$ bushleague <league>

to begin streaming that leagues scores. This will continually run, grabbing new results at an interval of once per minute.

Options

Standalone

Running bushleague in standalone mode, will fetch results exactly once, and then terminate the script

$ bushleague mlb -s

Interval

Specifying an interval using -i <interval in ms> will change the rate in which bushleague fetches data.

$ bushleague nhl -i 0.05 // will result in 3 requests/minute

Running bushleague --help will show you a list of all the supported leagues and options.

Supported leagues

  • nfl
  • nba
  • mlb
  • mls
  • nhl
  • wjhc
  • cfl
  • ncaaf
  • ncaab
  • uefa
  • chlg
  • epl
  • bund
  • liga
  • seri
  • fran

About

Substandard sports tracking on the cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published