Skip to content

This app fetches and processes data from air pollution API, stores it in a database, and displays pollution statistics and city comparisons using charts on the frontend.

Notifications You must be signed in to change notification settings

pulcovamon/air_pollution_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semestral project for school subject TBA

Web application for vizualization air quality status in several European and Asian cities

I am using data from OpenWeather API:

  • database: mysql db containing all data (script for db creation (its own container): database/create_db.py)
  • data_processing: service, which scrapes data from OpenWeater API, calculates some basic statistics and saves the data into database
  • api: service, which exposes endpoints for getting data from database
  • frontend: react app, which shows air pollution data in charts
  • docs: web documentation using MkDocs - describes each part of the app

About

This app fetches and processes data from air pollution API, stores it in a database, and displays pollution statistics and city comparisons using charts on the frontend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published