/nfl_visualization

NFL Visualization for CSC 485D/511 - Spring 2019

Primary LanguageJavaScript

NFL Visualization

Live Application: NFL Visualization

Dataset:

  1. Kaggle NFL Dataset
  2. Pro Football Reference

Deploying to Heroku

Heroku expects the node application to be at the root of the project, thus we need to use git subtree to make nfl_server our root.

Command: git subtree push --prefix nfl_server heroku master