Skip to content

rcoughlin/NFL

Repository files navigation

NFL Play by Play

Playing around with Flask - a simple app that queries nflgame api

Usage

To build the JavaScript:

npm install -g gulp gulp-cli bower
npm i
bower install
gulp

To watch the JavaScript:

gulp watch

To run the Python app, first create a virtual environment. Then, inside that virtual environment:

pip install -r requirements.txt
python app.py

Deployment

See the Deploy Markdown for more detail