tomm3hgunn / Jayhawk-Go

0 stars 1 forks source link

Implement upcoming scores from Odds API #23

Closed tomm3hgunn closed 1 year ago

tomm3hgunn commented 1 year ago

Using the Odds API, get the upcoming scores to display on the index page as "Upcoming Games". You can most likely used commence_time to find most upcoming games.

API Documentation https://the-odds-api.com/liveapi/guides/v4/#get-scores: Screen Shot 2022-11-14 at 7 37 39 PM

Once implemented, try to add it to this part of the template if possible: Screen Shot 2022-11-14 at 7 40 39 PM

Primary files to reference/work on: /Jayhawk-Go/goforless/oddsAndEvents/sportz/index.html /Jayhawk-Go/goforless/oddsAndEvents/views.py /Jayhawk-Go/goforless/oddsAndEvents/services.py