Skip to content

joshua-z-zheng/highlight-oasis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Highlight Oasis

preview

Setup

  1. Clone this repository
  2. Navigate to /frontend and run npm install
  3. Run npm run dev
  4. Navigate to /backend and run pip install -r requirements.txt
  5. Obtain a football-data.org API key from here and a Youtube API key from here
  6. Create a .env file and add your API keys as follows:
FOOTBALL_DATA_API_KEY=YOUR_FOOTBALL_API_KEY_HERE
YOUTUBE_DATA_APIKEY=YOUR_YOUTUBE_API_KEY_HERE
  1. Run python app.py
  2. Visit http://localhost:3000/ on a web browser.

Planned Features

  • Add support for more sports (NBA, NFL)
  • Host website on cloud

About

Spoiler-free sports highlights tracker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published