Weather Sample app with SwiftUI consuming data from OpenWeather and using CoreLocation
WeatherSampleApp
Weather application using SwiftUI
Uses data provided by https://openweathermap.org. Register and get your key for use the app
This is a basic Weather app, with and interesting UI
- Uses CoreData for get the user location and display the weather for that location
- It uses climate data from https://openweathermap.org
- Extend the app to your own learning purposes
? Core Location
? Observe the UI approach