A simple air quality monitoring service for the Raspberry Pi.
Clone the repository and run the following:
# Create a fresh virtualenv
python3 -m venv --system-site-packages venv venv
source venv/bin/activate
# Install the dependencies
pip install -r requirements.txt
python3 app.py