From 1647b7d7f32af410e58c50ae66971c8dd2fadef7 Mon Sep 17 00:00:00 2001 From: Sergio Diaz Date: Mon, 14 Mar 2016 21:42:40 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 165604a..af573f0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # device-server Device server written in Node. Handles live data emission and JSON... +Everything in this repository is proof of concept. ## setup To set up the server, either: @@ -19,3 +20,4 @@ to create your config.json. - [ ] Sockets - [ ] GPIO Sensor integration - [ ] Code touchups and cleanups +- [ ] Unit testing, modularity From 7df686de7281f8abc01823a6a5bb942eabfca43b Mon Sep 17 00:00:00 2001 From: Sergio Diaz Date: Mon, 14 Mar 2016 21:43:36 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af573f0..2015b06 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ If utilizing the second method, simply run to create your config.json. ## todo -- [x] JSON -- [ ] Sockets +- [x] **JSON** +- [ ] **Sockets** - [ ] GPIO Sensor integration - [ ] Code touchups and cleanups -- [ ] Unit testing, modularity +- [ ] **Unit testing, modularity**