A web application that collects air quality data from a sensor node and visualizes it using charts (particulate matter, temperature and humidity).
Deployed on heroku: https://airqt.herokuapp.com
API documentation: https://airqt.herokuapp.com/api-docs
- Set MongoDB URI in secrets.js (for reference - secrets_template.js)
npm install
npm run client-install
npm run dev
npm test
npm run test:ui