From cda0d59060f8b9228b723d3118b51f9a799fa1cc Mon Sep 17 00:00:00 2001
From: Tobias Diekershoff <tobias.diekershoff@gmx.net>
Date: Sat, 11 Jul 2015 20:17:54 +0200
Subject: [PATCH] added README for curweather

---
 curweather/README.md | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 curweather/README.md

diff --git a/curweather/README.md b/curweather/README.md
new file mode 100644
index 00000000..720f92cf
--- /dev/null
+++ b/curweather/README.md
@@ -0,0 +1,27 @@
+Current Weather
+===============
+
+If activated by your user this addon adds a widget to the users network tab
+sidebar showing current weather informations from
+[OpenWeatherMap](http://openweathermap.org). The user can configure the
+location as e.g. *Berlin,DE* or the zip code "14476,DE".
+
+The language for the request at OpenWeatherMap is set to the UI language of
+friendica. If the string for the description of the current weather conditions
+is available in this language depends on OpenWeatherMap.
+
+**You should get an APPID from OpenWeatherMap if you want to use this widget.**
+You can register [here](http://openweathermap.org/register).
+
+Credits
+-------
+
+* Tony Baldvin wrote the original addon for Friendica
+* Fabio Comuni
+* Tobias Diekershoff switched the sources to OpenWeatherMap after the original
+  provider turned off support for locations outside of the USA.
+
+To access the API of OpenWeatherMap the library
+[OpenWeatherMap-PHP-Api](https://github.com/cmfcmf/OpenWeatherMap-PHP-Api) by
+Christian Flach is used (MIT license).
+