Skip to content
This repository has been archived by the owner on Feb 25, 2018. It is now read-only.

benderTheCrime/playbyplay

 
 

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

About

Show NFL Game Plays for Specific Players

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 42.5%
  • Python 35.0%
  • HTML 15.0%
  • CSS 7.5%