diff options
author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2012-09-27 03:45:27 +0200 |
---|---|---|
committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2012-09-27 03:45:27 +0200 |
commit | bc4b872c3017f5037b0e60367aee9a2dae774333 (patch) | |
tree | fc3ae2b6d64dada8ee8cd7df3bfd14d21a85ddcd | |
parent | 2ab43d88a09b4df1d49ce52d37d3ffc206cab7ff (diff) | |
download | nanocloudlogger-bc4b872c3017f5037b0e60367aee9a2dae774333.tar.gz nanocloudlogger-bc4b872c3017f5037b0e60367aee9a2dae774333.zip |
Update service and documentation.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ NanoCloudLogger Simple cloud based logger for devices like Arduino. General information +== Nano logger provides user to easily store data in a cloud based environment without having to write any code on server side. Idea behind this is that every user can store his data (POST method) in his own stream (usually different stream id for each application) and then access data via basic GET method. |