Simple Weather App on SwiftUI with openWeather API.
To build this code you should add your APIKey from https://openweathermap.org
struct WeatherAPI {
static let apiKey = "PUT HERE YOUR API KEY"
}
- MVVM
- SwiftUI
- CoreLocation
- Lottie Animation
Running | Main screen | Weekly forecast |
![]() |
![]() |
![]() |