A collection of scripts that fetch Harvard University Dining Services (HUDS) data from the CS 50 Public API and aggregate them into interactive visualizations. These scripts were originally written to create visualizations for our Harvard Open Data Project (HODP) comp project in Spring 2021, where we studied the impact of the COVID-19 pandemic on menu offerings at Harvard dining locations.
Set up the virtual environment:
python3 -m venv path/to/venv
source path/to/venv/bin/activate
Install the required packages:
pip3 install -r requirements
python3 main.py
- Jeremy Hsu
- Samuel Lin
- Ricky Lam
- Patrick Song