Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 873 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 873 Bytes

SeoulWeather_SwiftUI

Simple SwiftUI weather app using OpenWeather API

You should replace [Insert_Your_API_KEY] (located in ContentView.swift line 213) with your own API key registered in https://openweathermap.org

This app was developed entirely using SwiftUI, and since this is the first SwiftUI app I developed, there may be some improvements to be made.

Features

  • Current weather status
  • Current temperature
  • Max / min / perceived temperature
  • Humidity
  • Sunrise / Sunset time
  • Cloud percentage

of Seoul.

Preview

Changes background color depending on current weather status.