j0k3r / worldcup-slack-bot

WorldCupBot will notify a Slack channel/group for every match during a FIFA World Cup
MIT License
40 stars 29 forks source link

Extra time and Penalties #13

Closed dbecker801 closed 6 years ago

dbecker801 commented 6 years ago

Thank you to Spain and Russia for giving us a test case.

From looking at the JSON from the FIFA API it looks like extra time could get mapped as such by the bot:

const PERIOD_1ST_ET = 7; const PERIOD_2ND_ET = 9;

j0k3r commented 6 years ago

Extra time is done in https://github.com/j0k3r/worldcup-slack-bot/pull/14 Penalties still need to be handled