Skip to content

bracketclub/ebp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ebp

Usage

Get all possible outcomes

This will calculate all remaining outcomes and determine the winner for each (including ties).

npx @lukekarrys/ebp@latest $GROUP_ID [--fetch|--calculate]

Get if each entry can win

This is a faster since it stops once each entry has at least one possible winning outcome.

npx @lukekarrys/ebp@latest $GROUP_ID can-win [--fetch|--calculate]

options

Results and entries will be cached in ${PWD}/ebp-${GROUP_ID}/.

  • --fetch: this will force a refetch of the live data
  • --calculate: this will recalculate the results

This project is not affiliated with ESPN in any way.

About

Get all the possible outcomes for an ESPN bracket challenge group

Resources

Stars

Watchers

Forks

Releases

No releases published