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.