From 4dd3c460ef59b5e5bac11fca74fe929c46ce3cf6 Mon Sep 17 00:00:00 2001 From: "D.G. Pradeepal Sudeshana Ariyasena" Date: Fri, 13 Jul 2018 08:19:00 +0530 Subject: [PATCH] Adds NOAA Climate Data Online API (#712) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f2c753a..48193f70 100644 --- a/README.md +++ b/README.md @@ -786,6 +786,7 @@ API | Description | Auth | HTTPS | CORS | Link | | ClimaCell Micro Weather | Historical, real-time, and nowcast weather data | `apiKey` | Yes | Yes | [Go!](https://developer.climacell.co) | | Dark Sky | Weather | `apiKey` | Yes | No | [Go!](https://darksky.net/dev/) | | MetaWeather | Weather | No | Yes | No | [Go!](https://www.metaweather.com/api/) | +| NOAA Climate Data | Weather and climate data | `apiKey` | Yes | Unknown | [Go!](https://www.ncdc.noaa.gov/cdo-web/) | | 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) |