This article presents possible use cases and corresponding sample flows that your app can support. It provides a useful starting point as you plan your app's implementation.
This use case demonstrates how you can store an API key from a weather service (for example, https://openweathermap.org/), and then use it to fetch the weather information to display on your site.
To get the weather data:
Call Create Secret to store your API key you received after signing up on the OpenWeather site.
Call Get Secret Value, assign the returned value to a variable, and make an OpenWeather API call, for example:
Extract the required values from the returned JSON object and display them on your site.