Visualize recent sensor data on a world map for Sensor.Community and for differents official measurements:
- EEA
- Luchtmeetnet
- Atmo AURA
- Atmo Sud
- Atmo Occitanie
- UmweltBundesamt
The implementation makes use of various frameworks and is on ECMA 6 language level.
Used frameworks are:
Requirements:
- Node JS 10.15.x or higher
- NPM should be version 6.9.x or higher
install all dependencies
npm install
start development server (http://127.0.0.1:8080/)
npm start
build all files needed to run on a webserver, files will be compiled into dist/
):
npm run build
npm run ghpages