Skip to content

Commit a15fd88

Browse files
authored
Update README.md
1 parent 219469e commit a15fd88

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

README.md

+19-10
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ A php API to retrieve and parse global weather data from
55
This library aims to normalise the provided data and remove some inconsistencies.
66
This library is neither maintained by OpenWeatherMap nor their official PHP API.
77

8-
[![Build Status](https://travis-ci.org/cmfcmf/OpenWeatherMap-PHP-Api.png?branch=master)](https://travis-ci.org/cmfcmf/OpenWeatherMap-PHP-Api)
9-
[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/cmfcmf/OpenWeatherMap-PHP-Api/badges/quality-score.png?s=f31ca08aa8896416cf162403d34362f0a5da0966)](https://scrutinizer-ci.com/g/cmfcmf/OpenWeatherMap-PHP-Api/)
8+
[![Build Status](https://travis-ci.org/cmfcmf/OpenWeatherMap-PHP-Api.svg?branch=master)](https://travis-ci.org/cmfcmf/OpenWeatherMap-PHP-Api)
9+
[![license](https://img.shields.io/github/license/cmfcmf/OpenWeatherMap-PHP-Api.svg)](https://github.com/cmfcmf/OpenWeatherMap-PHP-Api/blob/master/LICENSE)
10+
[![release](https://img.shields.io/github/release/cmfcmf/OpenWeatherMap-PHP-Api.svg)](https://github.com/cmfcmf/OpenWeatherMap-PHP-Api/releases)
1011
[![codecov](https://codecov.io/gh/cmfcmf/OpenWeatherMap-PHP-Api/branch/master/graph/badge.svg)](https://codecov.io/gh/cmfcmf/OpenWeatherMap-PHP-Api)
12+
[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/cmfcmf/OpenWeatherMap-PHP-Api/badges/quality-score.png?s=f31ca08aa8896416cf162403d34362f0a5da0966)](https://scrutinizer-ci.com/g/cmfcmf/OpenWeatherMap-PHP-Api/)
13+
<br>
1114
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/0addfb24-e2b4-4feb-848e-86b2078ca104/big.png)](https://insight.sensiolabs.com/projects/0addfb24-e2b4-4feb-848e-86b2078ca104)
1215

1316
Installation
1417
============
1518
This library can be found on [Packagist](https://packagist.org/packages/cmfcmf/openweathermap-php-api).
16-
The recommended way to install and use this is through [Composer](http://getcomposer.org).
19+
The recommended way to install and use it is through [Composer](http://getcomposer.org).
1720

1821
composer require "cmfcmf/openweathermap-php-api"
1922

@@ -57,22 +60,28 @@ http://home.openweathermap.org/ and put it into `Examples/ApiKey.ini`.
5760
- `WeatherHistory.php` Shows how to receive weather history.
5861
- `Cache.php` Shows how to implement and use a cache.
5962

60-
Contribute!
61-
===========
63+
Contributing
64+
============
6265
I'm happy about every **pull request** or **issue** you find and open to help
63-
making this API **more awesome**.
66+
make this API **more awesome**.
6467

6568
You can use [Vagrant](https://vagrantup.com) to kick-start your development.
66-
Simply run `vagrant up` and `vagrant ssh` to start a PHP VM.
69+
Simply run `vagrant up` and `vagrant ssh` to start a PHP VM with all
70+
dependencies included.
71+
72+
## Support me
73+
74+
If you like my work, I'd really appreciate you buying me a coffee.
75+
Your donations help me put more time into Open-Source software development.
76+
77+
<a href='https://ko-fi.com/cmfcmf' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi1.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
6778

6879
License
6980
=======
7081
MIT — Please see the [LICENSE file](https://github.com/Cmfcmf/OpenWeatherMap-PHP-Api/blob/master/LICENSE)
7182
distributed with this source code for further information regarding copyright and licensing.
7283

7384
**Please check out the following official links to read about the terms, pricing
74-
and license of OpenWeatherMap before using the service.**
75-
- [OpenWeatherMap.org](http://OpenWeatherMap.org)
85+
and license of OpenWeatherMap before using the service:**
7686
- [OpenWeatherMap.org/terms](http://OpenWeatherMap.org/terms)
7787
- [OpenWeatherMap.org/appid](http://OpenWeatherMap.org/appid)
78-

0 commit comments

Comments
 (0)