diff options
author | Matt <mattkohls13@gmail.com> | 2016-04-16 16:29:06 -0400 |
---|---|---|
committer | Matt <mattkohls13@gmail.com> | 2016-04-16 16:29:06 -0400 |
commit | 352c56375b4ec2af8f0b593b450069271bcd65e2 (patch) | |
tree | 8ac0ff17441f383c2e498c7fef1a6609ca577178 /README.md | |
parent | d43f811fc0582569bcc83bd19636fa463340de20 (diff) | |
download | Sensor-Server-352c56375b4ec2af8f0b593b450069271bcd65e2.tar.gz Sensor-Server-352c56375b4ec2af8f0b593b450069271bcd65e2.tar.bz2 Sensor-Server-352c56375b4ec2af8f0b593b450069271bcd65e2.zip |
Added README.md
Initial readme
Diffstat (limited to 'README.md')
-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. |