Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 955 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 955 Bytes

temperature-react-frontend

React Frontend Temperature image

This is a project I've created just for test purposes using DHT11 sensor and ESP12f (8266) for reading temperature and humidity, and this frontend is for creating some widgets that I've also exposed on my OBS and on my streaming videos, you could use it if you want for learning purposes, also comments are welcome

to use it you just need to do an npm install, after that you could start project using webpack serve or npx webpack serve if you don't have webpack-cli installed

use http://localhost/temperature to use the temperature widget

use http://localhost/humidity to use the humidity widget

use http://localhost/graphtemperature to use the graphics temperature widget

use http://localhost/graphhumidity to use the graphics humidity widget

Change your localhost accordingly