https://github.com/kroshkaevan/weather
iOS weather app from OpenWeatherMap API
https://github.com/kroshkaevan/weather
mvvm-architecture mvvm-pattern openweather-api swift5 swiftui weather
Last synced: over 1 year ago
JSON representation
iOS weather app from OpenWeatherMap API
- Host: GitHub
- URL: https://github.com/kroshkaevan/weather
- Owner: kroshkaEvan
- Created: 2022-03-14T12:20:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T20:18:06.000Z (almost 4 years ago)
- Last Synced: 2023-08-09T18:41:09.770Z (almost 3 years ago)
- Topics: mvvm-architecture, mvvm-pattern, openweather-api, swift5, swiftui, weather
- Language: Swift
- Homepage:
- Size: 626 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Weather App**
> - The iOS weather app [OpenWeatherMap API](https://openweathermap.org/api/one-call-api)
https://user-images.githubusercontent.com/95620294/169780174-0961a643-6ed5-469a-abd6-6fc7690b974c.mov
## Technology stack
> - SwiftUI
> - MVVM
## Description
The iOS weather app using SwiftUI, MVVM architecture and OpenWeatherMap API (https://openweathermap.org/api/one-call-api), localized into Russian and English.
The purpose of this project is to show working with the MVVM and SwiftUI pattern without using third-party frameworks.

