Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 523 Bytes

File metadata and controls

25 lines (19 loc) · 523 Bytes

hackathon_SRMkzilla

Hackathon project

Pollution globe

Pollution globe visualizes air quality around the world using WebGL Globe and data from aqicn.

Quick setup

Create virtual environment in cloned/downloaded repository and install required packages. open command prompt and type-


python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Run app.

python runner.py

Open localhost:5000 in your browser.