From 66acd7d6a9b0c45588431923dbaf85b03e5dc43d Mon Sep 17 00:00:00 2001 From: tzapu Date: Thu, 15 Sep 2022 19:58:58 +0300 Subject: [PATCH] Update accuweather.markdown (#23549) Co-authored-by: Maciej Bieniek Co-authored-by: Franck Nijhof --- source/_integrations/accuweather.markdown | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/source/_integrations/accuweather.markdown b/source/_integrations/accuweather.markdown index 54364a47438..e3ce0c896a3 100644 --- a/source/_integrations/accuweather.markdown +++ b/source/_integrations/accuweather.markdown @@ -21,7 +21,24 @@ The AccuWeather integration uses the [AccuWeather](https://accuweather.com/) web ## Setup -To generate an AccuWeather API key, go to [AccuWeather APIs](https://developer.accuweather.com/) page, register and create application with product **Limited Trial**. +To generate an AccuWeather API key, go to [AccuWeather APIs](https://developer.accuweather.com/) page, register and create application with the following settings: +- Products + - Core Weather + - **Core Weather Limited Trial** + - Minute Cast + - **None** +- Where will the API be used? + - **Other** +- What will you be creating with this API? + - **Internal App** +- What programming language is your APP written in? + - **Python** +- Is this for Business to Business or Business to Consumer use? + - **Business to Business** +- Is this Worldwide or Country specific use? + - **Worldwide** + +You can test your newly created API key [here](https://developer.accuweather.com/accuweather-current-conditions-api/apis) {% include integrations/config_flow.md %}