dmbf29 / predictor-api

match prediction app / back-end API built on Rails
1 stars 4 forks source link

Adding Euros 2024 #115

Closed dmbf29 closed 3 weeks ago

dmbf29 commented 3 weeks ago

The goal was to add both Euros and Copa America but the new Data-Football API only has the Euros.

I suggest each person create a free account so that you can get your own API Key

FOOTBALL_DATA_TOKEN=******

I created a rake task to setup the tournament

rails euros:create

this will create the teams (with flag upload), groups, rounds, matches, leaderboards, and memberships

dmbf29 commented 3 weeks ago

Also, just added the API key to Heroku