From 1f81d7d925b120a18d4d92213c08675d69b9d447 Mon Sep 17 00:00:00 2001 From: Marco Biedermann Date: Sun, 27 Mar 2016 14:40:58 +0200 Subject: [PATCH] add Yahoo! Weather API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 43d39779..5fcb3921 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ A collective list of JSON APIs for use in web development. | NASA | NASA data, including imagery | No | [Go!](https://api.nasa.gov) | | Wunderground | Weather | No | [Go!](http://www.wunderground.com/weather/api/) | | OpenWeatherMap | Weather | No | [Go!](http://openweathermap.org/api) | +| Yahoo! Weather | Weather | No | [Go!](https://developer.yahoo.com/weather/) | | World Bank | World Data | No | [Go!](http://data.worldbank.org/developers) | | Open Notify | ISS astronauts, current location API | No | [Go!](http://open-notify.org/Open-Notify-API/) | | Fedger.io | Query machine intelligence data | No | [Go!](https://dev.fedger.io/docs/) |