A new version of air quality map for the Luftdaten. You can find a here a Live Version.
- visualise recent sensor data on a map
- switch between sensor data (PM2.5, PM10, humidity data, ...)
- visualization between Air Quality Index (AQI) and normal default levels
- identify and add existing air quality data from external sources
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
cp src/js/config.js.dist src/js/config.js
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