Skip to content

BradoBrain/WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

WeatherApp on SwiftUI with OpenWeatherAPI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages