From 72e41e31431edf2dbf5958d9dc1c766a68545f2f Mon Sep 17 00:00:00 2001 From: Pelle Persson Date: Sun, 11 Mar 2018 16:51:32 +0100 Subject: [PATCH 1/3] add stormglass.io api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 73ced584..30c0ed79 100644 --- a/README.md +++ b/README.md @@ -755,6 +755,7 @@ API | Description | Auth | HTTPS | CORS | Link | | ODWeather | Weather and weather webcams | No | No | Unknown | [Go!](http://api.oceandrivers.com/static/docs.html) | | OpenUV | Real-time UV Index Forecast | `apiKey` | Yes | Unknown | [Go!](https://www.openuv.io) | | OpenWeatherMap | Weather | `apiKey` | No | Unknown | [Go!](http://openweathermap.org/api) | +| Storm Glass Marine Weather | Weather | `apiKey` | No | Unknown | [Go!](https://stormglass.io/) | | Weatherbit | Weather | `apiKey` | Yes | Unknown | [Go!](https://www.weatherbit.io/api) | | Wunderground | Weather | `apiKey` | Yes | Unknown | [Go!](https://www.wunderground.com/weather/api/) | | Yahoo! Weather | Weather | No | Yes | Unknown | [Go!](https://developer.yahoo.com/weather/) | From 8371957f89092e84970c475cc76fc43156e49d71 Mon Sep 17 00:00:00 2001 From: Pelle Persson Date: Sun, 11 Mar 2018 17:00:01 +0100 Subject: [PATCH 2/3] Improve description of stormglass API --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30c0ed79..9f211e8c 100644 --- a/README.md +++ b/README.md @@ -755,7 +755,7 @@ API | Description | Auth | HTTPS | CORS | Link | | ODWeather | Weather and weather webcams | No | No | Unknown | [Go!](http://api.oceandrivers.com/static/docs.html) | | OpenUV | Real-time UV Index Forecast | `apiKey` | Yes | Unknown | [Go!](https://www.openuv.io) | | OpenWeatherMap | Weather | `apiKey` | No | Unknown | [Go!](http://openweathermap.org/api) | -| Storm Glass Marine Weather | Weather | `apiKey` | No | Unknown | [Go!](https://stormglass.io/) | +| Storm Glass | Global marine weather from multiple sources | `apiKey` | No | Unknown | [Go!](https://stormglass.io/) | | Weatherbit | Weather | `apiKey` | Yes | Unknown | [Go!](https://www.weatherbit.io/api) | | Wunderground | Weather | `apiKey` | Yes | Unknown | [Go!](https://www.wunderground.com/weather/api/) | | Yahoo! Weather | Weather | No | Yes | Unknown | [Go!](https://developer.yahoo.com/weather/) | From 636d414c4c853159790cf87ca44ad13c9cd7fc0c Mon Sep 17 00:00:00 2001 From: Pelle Persson Date: Sun, 18 Mar 2018 16:47:23 +0100 Subject: [PATCH 3/3] change CORS and HTTPS info for stormglass.io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f211e8c..5e45c13d 100644 --- a/README.md +++ b/README.md @@ -755,7 +755,7 @@ API | Description | Auth | HTTPS | CORS | Link | | ODWeather | Weather and weather webcams | No | No | Unknown | [Go!](http://api.oceandrivers.com/static/docs.html) | | OpenUV | Real-time UV Index Forecast | `apiKey` | Yes | Unknown | [Go!](https://www.openuv.io) | | OpenWeatherMap | Weather | `apiKey` | No | Unknown | [Go!](http://openweathermap.org/api) | -| Storm Glass | Global marine weather from multiple sources | `apiKey` | No | Unknown | [Go!](https://stormglass.io/) | +| Storm Glass | Global marine weather from multiple sources | `apiKey` | Yes | Yes | [Go!](https://stormglass.io/) | | Weatherbit | Weather | `apiKey` | Yes | Unknown | [Go!](https://www.weatherbit.io/api) | | Wunderground | Weather | `apiKey` | Yes | Unknown | [Go!](https://www.wunderground.com/weather/api/) | | Yahoo! Weather | Weather | No | Yes | Unknown | [Go!](https://developer.yahoo.com/weather/) |