Skip to content

jackrehaag/sensor-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sensor Dashboard

A React dashboard to view temperature, humidity and motion detection data produced by the ESP32 sensor module project.

Getting started

Technical overview

This diagram shows the services that produce and transport the data used in this dashboard. cool

The code for the following services can be found in these locations:

Environment variables

The following environment variables must be set for this app to work.

Variable Description
REACT_APP_READINGS_API Host of the readings API, ex. http://your-api-host.com
REACT_APP_READINGS_API_ENDPOINT Endpoint for the readings API, ex /get-data

Running locally

npm start

About

A React dashboard to read sensor data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors