]> git.mxchange.org Git - friendica-addons.git/blob - curweather/README.md
720f92cf89dea05191ed920806295a66f06d8aed
[friendica-addons.git] / curweather / README.md
1 Current Weather
2 ===============
3
4 If activated by your user this addon adds a widget to the users network tab
5 sidebar showing current weather informations from
6 [OpenWeatherMap](http://openweathermap.org). The user can configure the
7 location as e.g. *Berlin,DE* or the zip code "14476,DE".
8
9 The language for the request at OpenWeatherMap is set to the UI language of
10 friendica. If the string for the description of the current weather conditions
11 is available in this language depends on OpenWeatherMap.
12
13 **You should get an APPID from OpenWeatherMap if you want to use this widget.**
14 You can register [here](http://openweathermap.org/register).
15
16 Credits
17 -------
18
19 * Tony Baldvin wrote the original addon for Friendica
20 * Fabio Comuni
21 * Tobias Diekershoff switched the sources to OpenWeatherMap after the original
22   provider turned off support for locations outside of the USA.
23
24 To access the API of OpenWeatherMap the library
25 [OpenWeatherMap-PHP-Api](https://github.com/cmfcmf/OpenWeatherMap-PHP-Api) by
26 Christian Flach is used (MIT license).
27