🌬️ Server to collect and send air quality data.
A project to collect and distribute air quality data.
The server collects the data sent by the IOT platforms and makes it available for use on web platforms.
Development
yarn install
yarn dev
Production
yarn install
yarn build
yarn start
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.
And many other libraries.