Monitoring air quality in Madrid.
- Download or clone project, then
cdit. npm installon root directory (airmon).
Get public data related to air particles, meteo and traffic conditions.
- Specify the mongoDB server URL to save the data (
export aws="<URL>") - Run crawler with
node crawler.jsor run each file individually (particles.js,meteo.jsandtraffic.js).
Reactjs files for dashboard.
cd webuinpm installnpm startrunswebpack-dev-server(webpack dev build)- Optional: deploy
builddirectory withnow-cli,herokuor similar.
WIP.