Skip to content

Pet project with SwiftUI, MVVM, OpenWeatherMap AP, Lottie

Notifications You must be signed in to change notification settings

semjonG/WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 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

struct WeatherAPI {
    static let apiKey = "PUT HERE YOUR API KEY"
}

Used

  • MVVM
  • SwiftUI
  • CoreLocation
  • Lottie Animation
Running Main screen Weekly forecast

About

Pet project with SwiftUI, MVVM, OpenWeatherMap AP, Lottie

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages