From 7c59252967f03e0a571df563f6ac198c24beae53 Mon Sep 17 00:00:00 2001 From: Brandon Jenniges Date: Sun, 27 Mar 2016 22:32:34 -0500 Subject: [PATCH 1/2] Adds Minneapolis, MN public transit API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3291ed68..3613265f 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ A collective list of JSON APIs for use in web development. | Transport for Toronto | TTC | No| [Go!](https://myttc.ca/developers) | | Transport for Vancouver, Canada | TransLink | Yes | [Go!](https://developer.translink.ca/) | | Transport for Washington, US | Washington Metro transport API | Yes | [Go!](https://developer.wmata.com/) | +| Transport for Minneapolis, US | NexTrip API | Yes | [Go!](http://svc.metrotransit.org/) | | Transport for Paris, France | RATP Open Data API | No | [Go!](http://data.ratp.fr/api/v1/console/datasets/1.0/search/) | | Transport for Sao Paulo, Brazil | SPTrans | Yes | [Go!](http://www.sptrans.com.br/desenvolvedores/APIOlhoVivo/Documentacao.aspx) | | Transport for The Netherlands | NS | No | [Go!](http://www.ns.nl/reisinformatie/ns-api) | From ccab2348a23c2de2d675c3bc39064fa962ef9ae3 Mon Sep 17 00:00:00 2001 From: Brandon Jenniges Date: Sun, 27 Mar 2016 22:41:36 -0500 Subject: [PATCH 2/2] Adds Dark Sky Forecast API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3613265f..2a6b3501 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ A collective list of JSON APIs for use in web development. | 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/) | +| Dark Sky Forecast API | Weather | No, but `apiKey` query string | [Go!](https://developer.forecast.io/) | | 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/) |