Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sssshefer/weather-app
Temperature and humidity monitoring project
https://github.com/sssshefer/weather-app
arduino mern mqtt rest-api
Last synced: 1 day ago
JSON representation
Temperature and humidity monitoring project
- Host: GitHub
- URL: https://github.com/sssshefer/weather-app
- Owner: sssshefer
- Created: 2024-03-13T09:48:51.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-26T08:44:53.000Z (10 months ago)
- Last Synced: 2024-11-13T04:13:26.802Z (2 months ago)
- Topics: arduino, mern, mqtt, rest-api
- Language: JavaScript
- Homepage:
- Size: 1.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
๐ฟWeather App
MERN stack project | Arduino | MQTT | REST API
This project aims to use an Arduino to **monitor temperature and humidity**. It calculates the average values over a specified time and sends them to an MQTT server. A Node.js server **subscribes** to this MQTT server and displays the data, including date and time, to users via a React application.
The project includes a **REST API** for humidity and connects to a MongoDB database. The Node.js application follows a layered architecture pattern for better organization and scalability
> [!IMPORTANT]
> REST API sends real time data only when arduino sensors **and** MQTT server are active