1. Receive user request for weather information.
2. Identify the location for which weather is requested.
3. Choose either wttr.in or Open-Meteo to fetch the weather data.
4. Format the API request with the location and desired output format.
5. Retrieve the weather data from the chosen API.
6. Parse the weather data and extract relevant information (temperature, conditions, wind, humidity).
7. Present the weather information to the user.