Using React and CherryPy, this full stack web application scrapes data from the Fantasy Premier League API and runs basic algorithms to analyze top picks for the next week as well as calculate relevant metrics for predicting elite fantasy performances. Users also have the abilitiy to create accounts, log in through the authentication portal, and save their current teams with the app.
https://github.com/Rob-Reutiman/fantasyPLserver python3 ./server.py localhost 8000
If UI is being blocked by CORS, run this command (if Mac User) to disable web security:
open -na Google\ Chrome --args --user-data-dir=/tmp/temporary-chrome-profile-dir --disable-web-security
Then open GitLab pages link.
This project was bootstrapped with Create React App.
Patrick Bald - @patrickbald
Rob Reutiman - @Rob-Reutiman