PollutionGraph is a simple tool to visualize pollution data from the OpenWeatherMap API.
- Clone the repository
- Install the dependencies with
pip install -r requirements.txt
- Rename
toml/sample.toml
totoml/config.toml
, and plug in necessary info. - Run
python main.py
- The graph will be saved to
output/graph.png
- This takes 24-48 hours to be approved. You can get one here.
This project is licensed under the MIT License.
PollutionGraph is also available as a Streamlit app here. To deploy, use the streamlit_app.py as a starting point. Specify the config details in the "advanced" section of the Streamlit app.