8000 GitHub - dfrico/airmon: Monitoring air quality in Madrid.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

dfrico/airmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

airmon

Monitoring air quality in Madrid.

  1. Download or clone project, then cd it.
  2. npm install on root directory (airmon).

crawler

Get public data related to air particles, meteo and traffic conditions.

  1. Specify the mongoDB server URL to save the data (export aws="<URL>")
  2. Run crawler with node crawler.js or run each file individually (particles.js, meteo.js and traffic.js).

webUI

Reactjs files for dashboard.

  1. cd webui
  2. npm install
  3. npm start runs webpack-dev-server (webpack dev build)
  4. Optional: deploy build directory with now-cli, heroku or similar.

server

WIP.

About

Monitoring air quality in Madrid.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0