🌬️ Web platform to show air quality data.
A project to collect and distribute air quality data.
The web platform shows the data collected by IOT platforms.
Development
yarn install
yarn start
Production
yarn install
yarn build
yarn global add serve
serve -s build
Just clone and follow the steps above.
Node v16.15.1
Yarn v1.22.19
For this project, basically used:
- Node.js - JavaScript runtime built on Chrome's V8 JavaScript engine.
- React - A JavaScript library for building user interfaces.
And many other libraries.