From c269e3fe12604eb8473a0999a49b82ea5ccacc2f Mon Sep 17 00:00:00 2001 From: Mike Street Date: Wed, 29 Jun 2016 21:34:39 +0100 Subject: [PATCH] Add Dark Sky Weather API --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cc209f7..4b2448f7 100644 --- a/README.md +++ b/README.md @@ -264,4 +264,4 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth |Link | |---|---|---|---| | OpenWeatherMap | Weather and Forecast API | No | [Go!](http://openweathermap.org/api) | - +| Dark Sky Forecast API | Weather and Forecast API | No, but `apiKey` query string | [Go!](https://developer.forecast.io/) |