From 61d56f30e4e9bc9aa005b81f2a08256135c4d299 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 11 Mar 2017 15:01:30 -0500 Subject: [PATCH 1/2] Added the Weatherbit API. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41fc5969..d53e1f85 100644 --- a/README.md +++ b/README.md @@ -468,5 +468,6 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---|---| | Dark Sky | Weather | `apiKey` query string | Yes | [Go!](https://darksky.net/dev/) | | OpenWeatherMap | Weather | `apiKey` query string | No | [Go!](http://openweathermap.org/api) | +| Weatherbit | Weather | `key` query string | Yes | [Go!](https://www.weatherbit.io/api) | | Wunderground | Weather | No | Yes | [Go!](https://www.wunderground.com/weather/api/) | | Yahoo! Weather | Weather | No | Yes | [Go!](https://developer.yahoo.com/weather/) | From cf5810ffbfb71fe38b0d00ba95c9a1a68f775d58 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 11 Mar 2017 15:06:55 -0500 Subject: [PATCH 2/2] Corrected format to follow Contributing docs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d53e1f85..7e498c2a 100644 --- a/README.md +++ b/README.md @@ -468,6 +468,6 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---|---| | Dark Sky | Weather | `apiKey` query string | Yes | [Go!](https://darksky.net/dev/) | | OpenWeatherMap | Weather | `apiKey` query string | No | [Go!](http://openweathermap.org/api) | -| Weatherbit | Weather | `key` query string | Yes | [Go!](https://www.weatherbit.io/api) | +| Weatherbit | Weather | `apiKey` query string | Yes | [Go!](https://www.weatherbit.io/api) | | Wunderground | Weather | No | Yes | [Go!](https://www.wunderground.com/weather/api/) | | Yahoo! Weather | Weather | No | Yes | [Go!](https://developer.yahoo.com/weather/) |