From 82b7cc95fc0fb6152ad30296d82ab59a934d7420 Mon Sep 17 00:00:00 2001 From: Mattias Zurkovic Date: Mon, 28 Mar 2016 12:46:44 -0700 Subject: [PATCH] Add weather API section and add a forecast API Created a `Weather API` section and added OpenWeatherMap API that provides forecast data and weather maps. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 09e16362..ce2d8571 100644 --- a/README.md +++ b/README.md @@ -180,3 +180,8 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth |Link | |---|---|---|---| | Vehicle API | Lot of vehicles informations | No, but `apiKey` query string | [Go!](http://developer.edmunds.com/api-documentation/overview/) | + +### Weather +| API | Description | OAuth |Link | +|---|---|---|---| +| OpenWeatherMap | Weather and Forecast API | No | [Go!](http://openweathermap.org/api) |