diff options
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..030ff21 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Sensor-Server +A small Flask based server for an embedded IoT weather sensor. + +Currently just to learn how to use a web framework, and there are a lot of things that will need to be implimented and improved. + +TODO: +* Finialize API +* Allow viewing specific data on homepage +* Build proper website +* Probably more + +Sensor is an esp8266 module with a BME 280 sensor that can report temperature, humidity, and barametric pressure. |