Skip to content

Commit 674d812

Browse files
committed
Update README.md
1 parent 0647cf0 commit 674d812

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ A php api to parse weather data from [OpenWeatherMap.org](http://www.OpenWeather
66
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/0addfb24-e2b4-4feb-848e-86b2078ca104/big.png)](https://insight.sensiolabs.com/projects/0addfb24-e2b4-4feb-848e-86b2078ca104)
77
-----------
88

9-
If you are looking for an implementation for the [CMS Zikula](http://www.zikula.org), you may want to take a look at [cmfcmf/Weather](https://github.com/cmfcmf/Weather).
10-
119
For example code and how to use this api, please take a look into `Examples_*.php` files and run them in your browser.
1210
- `Examples_Current.php` Shows how to receive the current weather.
1311
- `Examples_Forecast.php` Shows how to receive weather forecasts.
@@ -16,6 +14,15 @@ For example code and how to use this api, please take a look into `Examples_*.ph
1614

1715
**Notice:** This api is not made by OpenWeatherMap, nor their official php api.
1816

17+
Contribute || Support me
18+
========================
19+
I'm very happy if you open **pull requests** or **issues** to help making this API **more awesome**.
20+
21+
However if you like this and want to **support** _me_, a 17-year old student from Berlin, you may want to **flattr** or **gittip** a few coins?
22+
23+
- [![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=cmfcmf&url=https://github.com/cmfcmf/OpenWeatherMap-PHP-Api&title=OpenWeatherMap-PHP-Api&language=&tags=github&category=software)
24+
- [Support me on gittip](https://www.gittip.com/cmfcmf)
25+
1926
Installation
2027
============
2128
This library can be found on [Packagist](https://packagist.org/packages/cmfcmf/openweathermap-php-api).
@@ -80,11 +87,3 @@ MIT — Please see the [LICENSE file](https://github.com/Cmfcmf/OpenWeatherMap-P
8087
- [OpenWeatherMap.org/about](http://www.OpenWeatherMap.org/about)
8188
- [OpenWeatherMap.org/copyright](http://www.OpenWeatherMap.org/copyright)
8289
- [OpenWeatherMap.org/appid](http://www.OpenWeatherMap.org/appid)
83-
84-
Contribute || Support me
85-
========================
86-
I'm very happy if you open **pull requests** or **issues** to help making this API **more awesome**.
87-
88-
However if you like this and want to **support** _me_, you may want to **flattr** a few coins?
89-
90-
[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=cmfcmf&url=https://github.com/cmfcmf/OpenWeatherMap-PHP-Api&title=OpenWeatherMap-PHP-Api&language=&tags=github&category=software)

0 commit comments

Comments
 (0)