By: Andrew Rottier
Context: Project completed for course Data Science 3001
Project link: Fantasy-Premier-League
- Project built in 36 hours.
To run this program, clone the repository and then run the following commands from within the main directory:
npm install
node server
This is a data visualization of the current English Premier League team. The size of each team's badge corresponds to the total number of Fantasy Premier League points a team's player's have collected over the course of the season. Data has been normalized and badges are proportional to the normalized score.
Data for this application is pulled each time the page is loaded from Fantasy.PremierLeague.com
Player data is then compiled and summarized to the total points earned by each team. Data is then fed to the client where it is normalized and plotted.
Team crests are dropped in order from worst to best performing teams. The size of each crest is proportional to their EPL Fantasy Point total.
Below is a screenshot of the full application.
Each badge can be clicked for more information. The opened modal displays team name, stadium, fantasy point total, and their normalized data score.