Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 707 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 707 Bytes

WeatherApp

Simple Weather App on SwiftUI with openWeather API.

Pay attention

To build this code you should add your APIKey from https://openweathermap.org to WeatherApp/DemoWeather/Data/StaticData.swift.

import Foundation

struct StaticData {
    static let apiKey = "Here should be your APIKey from https://openweathermap.org"
}

Used

SwiftUI + Combine

CoreLocation

MVVM

TO-DO Future

  • Create and add custom backgrounds for all case of weather
  • Change computed properties to display day | night icons