Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.45 KB

readme.md

File metadata and controls

60 lines (35 loc) · 1.45 KB

Weather App

Weather App is a simple iOS application that provides real-time weather information based on your current location using the OpenWeatherMap API.

Features

  • Real-time weather updates
  • Location-based weather information
  • Elegant and user-friendly interface

Screenshots

Requirements

  • iOS 14.0+
  • Xcode 12.0+
  • Swift 5.3+

Installation

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.

Usage

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.

Acknowledgments

  • OpenWeatherMap API for providing weather data.