From f5baaebc20c5da3c864975dfbd56749ec392687d Mon Sep 17 00:00:00 2001 From: Arne Keller <2012gdwu+github@posteo.de> Date: Wed, 27 Sep 2023 11:25:43 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 517b55e..0eaada3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ Simple webpage to display gathered temperature and humidity data. +![sensor-dashboard](https://github.com/FliegendeWurst/sensor-dashboard/assets/12560461/36d6f584-ba88-4856-822c-eaf265414ccf) + +## Usage + +First, run take_measurement from [raspi-oled](https://github.com/FliegendeWurst/raspi-oled) regularly. Then run `python3 server.py` and go to http://127.0.0.1:24473. + ## License ### papaparse.js @@ -26,4 +32,4 @@ the Free Software Foundation, either version 3 of the License, or This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. \ No newline at end of file +GNU Affero General Public License for more details.