Skip to content

Commit e1db8de

Browse files
committed
Mention api key inside README.
1 parent d9e69bc commit e1db8de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ echo $weather->temperature;
4949
```
5050

5151
For more example code and instructions on how to use this library, please take
52-
a look into the `Examples` folder.
52+
a look into the `Examples` folder. Make sure to get an API Key from
53+
http://home.openweathermap.org/ and put it into `Examples/ApiKey.ini`.
5354
- `CurrentWeather.php` Shows how to receive the current weather.
5455
- `WeatherForecast.php` Shows how to receive weather forecasts.
5556
- `WeatherHistory.php` Shows how to receive weather history.

0 commit comments

Comments
 (0)