From 956d83d4c9cab38afdc66b6494387cc6b683c16e Mon Sep 17 00:00:00 2001 From: Scott Thompson Date: Mon, 24 Oct 2016 09:58:26 +0100 Subject: [PATCH] Updated OpenWeatherMap OAuth column (requires api key as per: http://openweathermap.org/appid) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f94c0cb7..280f83ec 100644 --- a/README.md +++ b/README.md @@ -371,6 +371,6 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth | Link | |---|---|---|---| | Dark Sky Forecast API | Weather | No, but `apiKey` query string | [Go!](https://developer.forecast.io/) | -| OpenWeatherMap | Weather | No | [Go!](http://openweathermap.org/api) | +| OpenWeatherMap | Weather | No, but `apiKey` query string | [Go!](http://openweathermap.org/api) | | Wunderground | Weather | No | [Go!](http://www.wunderground.com/weather/api/) | | Yahoo! Weather | Weather | No | [Go!](https://developer.yahoo.com/weather/) |