/IOSWeatherApp

iOS weather app made in SwiftUI. This app shows the weather at your current location

Primary LanguageSwift

iOS Weather App

Swift Xcode iOS

Weather app made in SwiftUI. This app shows the weather at your current location.

Requirements

  • iOS 15.0
  • Xcode 13.0

Functionalities

  • Get current location.
  • Get weather data at current location.

Weather data comes from open weather map API.

In this case the request used to obtain the weather information is:

https://api.openweathermap.org/data/2.5/weather?lat={lat}&lon={lon}&appid={API key}

Notes

I have also done this project for Android, if you want to see it just click on this link

Demo