diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2015-12-29 14:06:29 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2015-12-29 14:06:29 +0100 |
| commit | 02bde34faa0fdea51828454804b17a4f17112d87 (patch) | |
| tree | 9aea9b6acda50aa5a0adb7683ed047678fbfc292 | |
| parent | fb5f9b0944a730f48bec0972c86546cda8ad3639 (diff) | |
| download | weather-snowman-02bde34faa0fdea51828454804b17a4f17112d87.tar.gz weather-snowman-02bde34faa0fdea51828454804b17a4f17112d87.zip | |
add blog post reference, update readme
| -rw-r--r-- | AndroidClient/README.md | 4 | ||||
| -rw-r--r-- | README.md | 3 |
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. @@ -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. |
