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

  1. Uses CoreData for get the user location and display the weather for that location
  2. It uses climate data from https://openweathermap.org
  3. Extend the app to your own learning purposes



? Core Location

? Observe the UI approach

GitHub

View Github