Weather App is a simple iOS application that provides real-time weather information based on your current location using the OpenWeatherMap API.
- Real-time weather updates
- Location-based weather information
- Elegant and user-friendly interface
- iOS 14.0+
- Xcode 12.0+
- Swift 5.3+
Clone the repository:
git clone https://github.com/kareemAboelatta/Weather.git
Navigate to the cloned directory:
cd Weather
Open the project in Xcode:
open Weather.xcodeproj
Build and run the application.
Upon launching the app, it will request your location permission. After granting permission, the app will fetch and display the current weather in your location.
- OpenWeatherMap API for providing weather data.