From 2904c4f36dd57e5a2d73ac136d9c7f5c321d1bf9 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sun, 28 Feb 2021 15:44:27 +0100 Subject: [PATCH] Add datasource/ (#526) --- lib/datasource/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lib/datasource/README.md diff --git a/lib/datasource/README.md b/lib/datasource/README.md new file mode 100644 index 0000000..730835b --- /dev/null +++ b/lib/datasource/README.md @@ -0,0 +1,13 @@ + +Currently wttr.in uses just one data source, but more data sources must be added. +Having more data sources will increase data quality, and make it possible +to select data source basing on location, or on the user's preferences. + +## Possible data sources + +* OpenWeatherMap +* AccuWeather +* Windy.com +* yr.no +* [BBC WeatherFeeds](https://support.bbc.co.uk/platform/feeds/WeatherFeeds.htm) +