We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e69bc commit e1db8deCopy full SHA for e1db8de
README.md
@@ -49,7 +49,8 @@ echo $weather->temperature;
49
```
50
51
For more example code and instructions on how to use this library, please take
52
-a look into the `Examples` folder.
+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`.
54
- `CurrentWeather.php` Shows how to receive the current weather.
55
- `WeatherForecast.php` Shows how to receive weather forecasts.
56
- `WeatherHistory.php` Shows how to receive weather history.
0 commit comments