From 352c56375b4ec2af8f0b593b450069271bcd65e2 Mon Sep 17 00:00:00 2001
From: Matt <mattkohls13@gmail.com>
Date: Sat, 16 Apr 2016 16:29:06 -0400
Subject: Added README.md

Initial readme
---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 README.md

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.
-- 
cgit v1.2.3