This is a simple Weather app built using SwiftUI. It allows users to enter a city name and fetches the current weather data from the OpenWeatherMap API.
- Search weather by city name.
- Displays temperature, humidity, and weather icon.
- OpenWeatherMap API used
- Enter the name of a city in the text field.
- Tap the "Get Weather" button.
- View the current temperature, humidity, and weather icon for the city.
- If there is an error, an error message will be displayed.
- The app uses the OpenWeatherMap API to fetch weather data.
- The weather icon is loaded asynchronously from the OpenWeatherMap website.