summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2015-12-29 14:06:29 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2015-12-29 14:06:29 +0100
commit02bde34faa0fdea51828454804b17a4f17112d87 (patch)
tree9aea9b6acda50aa5a0adb7683ed047678fbfc292
parentfb5f9b0944a730f48bec0972c86546cda8ad3639 (diff)
downloadweather-snowman-02bde34faa0fdea51828454804b17a4f17112d87.tar.gz
weather-snowman-02bde34faa0fdea51828454804b17a4f17112d87.zip
add blog post reference, update readme
-rw-r--r--AndroidClient/README.md4
-rw-r--r--README.md3
2 files changed, 7 insertions, 0 deletions
diff --git a/AndroidClient/README.md b/AndroidClient/README.md
index 9a64db7..32c010c 100644
--- a/AndroidClient/README.md
+++ b/AndroidClient/README.md
@@ -1 +1,5 @@
+[Blog post](https://schneefux.github.io/2015/12/12/weather-snowman.html)
+
Based on [AmbientNotifications-Arduino](https://github.com/cle1994/AmbientNotifications) by Christian Le.
+
+The permission to receive notifications has to be explicitely granted in Android's system settings.
diff --git a/README.md b/README.md
index 97fe991..d1d0c93 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,5 @@
+[Blog post](https://schneefux.github.io/2015/12/12/weather-snowman.html)
+
Based on [esp8266-wifi-setup](https://github.com/9SQ/esp8266-wifi-setup/) by Kei Yoshimura.
+
To use, you need an OpenWeatherMap API key.