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 817b896 commit 5370c85Copy full SHA for 5370c85
README.md
@@ -9,7 +9,7 @@ A php api to parse weather data from [OpenWeatherMap.org](http://www.OpenWeather
9
For example code and how to use this api, please take a look into `Examples_*.php` files and run them in your browser.
10
- `Examples_Current.php` Shows how to receive the current weather.
11
- `Examples_Forecast.php` Shows how to receive weather forecasts.
12
-- [*NEW*] `Examples_History.php` Shows how to receive weather history.
+- `Examples_History.php` Shows how to receive weather history.
13
- `Examples_Cache.php` Shows how to implement a cache.
14
15
**Notice:** This api is not made by OpenWeatherMap, nor their official php api.
0 commit comments