Weather app display the weather information as per your current location i.e coorinates
_Weatherapp_is the repo to understand and learn MVVM design pattern with the help of Moya framework. Moya framework is used for the API calls.
- Tushar Jaunjalkar
- MVVM design pattern
- Moya integration
- Data binding
- Swift 5.0
- Storyboards
Moya is a networking library focused on encapsulating network requests in a type-safe way, typically by using enumerations (e.g., enum) to provide compile-time guarantees and confidence when working with your network layer, along with added discoverability.
It is Network Abstraction Library. It provides us with an abstraction to make network calls without directly communicating with Alamofire. CocoaPods - pod 'Moya'