From 03f110352da68bab2db22804a0f19727ba002d40 Mon Sep 17 00:00:00 2001 From: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> Date: Sat, 20 Mar 2021 15:55:35 -0300 Subject: [PATCH] Fix alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f3082a3..12084d0a 100644 --- a/README.md +++ b/README.md @@ -922,7 +922,6 @@ API | Description | Auth | HTTPS | CORS | ### Weather API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| -| [weatherstack](https://weatherstack.com/) | Real-Time & Historical World Weather Data API | `apiKey` | Yes | Unknown | | [7Timer!](http://www.7timer.info/doc.php?lang=en) | Weather, especially for Astroweather | No | No | Unknown | | [APIXU](https://www.apixu.com/doc/request.aspx) | Weather | `apiKey` | Yes | Unknown | | [Foreca](https://developer.foreca.com) | Weather | `OAuth` | Yes | Unknown | @@ -934,5 +933,6 @@ API | Description | Auth | HTTPS | CORS | | [OpenWeatherMap](https://openweathermap.org/api) | Weather | `apiKey` | Yes | Unknown | | [Storm Glass](https://stormglass.io/) | Global marine weather from multiple sources | `apiKey` | Yes | Yes | | [Weatherbit](https://www.weatherbit.io/api) | Weather | `apiKey` | Yes | Unknown | +| [weatherstack](https://weatherstack.com/) | Real-Time & Historical World Weather Data API | `apiKey` | Yes | Unknown | **[⬆ Back to Index](#index)**