Skip to content

Latest commit

 

History

History
75 lines (50 loc) · 1.62 KB

README.md

File metadata and controls

75 lines (50 loc) · 1.62 KB

Project logo

Air Quality Measurement - Server

Status Status GitHub Issues GitHub Pull Requests


🌬️ Server to collect and send air quality data.

📝 Table of Contents

🧐 About

A project to collect and distribute air quality data.

💭 How it works

The server collects the data sent by the IOT platforms and makes it available for use on web platforms.

🎈 Usage

Development

yarn install
yarn dev

Production

yarn install
yarn build
yarn start

🏁 Getting Started

Just clone and follow the steps above.

Prerequisites

Node v16.15.1
Yarn v1.22.19

⛏️ Built Using

For this project, basically used:

  • Node.js - JavaScript runtime built on Chrome's V8 JavaScript engine.

And many other libraries.

✍️ Authors