A simple iOS weather application built using Swift and SwiftUI. Fetches weather data from the OpenWeatherMap API and uses CoreLocation to get your current location.
- Displays current weather conditions for your location.
- Built with modern SwiftUI.
- Uses the free OpenWeatherMap API for weather data.
- Leverages CoreLocation for automatic location detection.
- Swift
- SwiftUI
- OpenWeatherMap API
- CoreLocation
- Display weather forecasts.
- Allow users to search for weather in other cities.
- Add more detailed weather information (e.g., pressure, visibility).
- Improve UI/UX with more visualizations.
- Implement caching of weather data.