Weather app made in SwiftUI. This app shows the weather at your current location.
- iOS 15.0
- Xcode 13.0
- 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}
I have also done this project for Android, if you want to see it just click on this link