Skip to content

Python Flask web app to track food interest in Austin from search trends

Notifications You must be signed in to change notification settings

bartleyg/foodfight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foodfight

A Python Flask web app to track food interest in Austin over time from search trends. Now we know if more people are interested in tacos or BBQ at any given time!

The back end uses Python to fetch Google Trends data for the keywords from the user form input.

The front end uses Flask-WTForms, Jinja2 templates, Bootstrap, and Chart.js to visualize the results neatly.

Setup:

$ pip install -r requirements.txt
$ mv env_example .env
$ source .env
$ python app.py

About

Python Flask web app to track food interest in Austin from search trends

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published