Keep track of MLB playoff picks and score.
- Clone the repo
- Run
npm i
- Execute
get-score
:
❯❯❯ node src/cli.js get-score
1. @aaronjorbin 8
2. @desrosj 6
3. @whyisjake 6
4. @jeffpaul 5
5. @Drewbewilde 5
- Add a new series to
config/{year}/matchups.json
. Each series needs to have a unique name. So far, I'm just labelling them{conference}{seriesNumber}
(e.g.,ALWC1
,NLDS2
,NLDS3
,ALCS4
,WS5
). - When the series is over, fill out the
results
property of the matchup - Add new competitors to
config/{year}/competitors.json
- Add new choices to
config/{year}/choices.json
- Push to master
- Now automatically deploys to (TBD).
This repo is based off the "Blame Hockey" repo by Zack Tollman..