Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 809 Bytes

File metadata and controls

17 lines (12 loc) · 809 Bytes

WeatherApp-MVVM

The app that sends image dimensions and location on the server in JSON format
A weather app written in MVVM design pattern.
It gets the weather data for the next 10 days from https://www.worldweatheronline.com/ and displays it in a tableView.

Documentation

Documentation Boxing
Documentation Delegation

Screenshot

Screenshot

Unit testing

[Tests Boxing] (https://github.com/Falliot/WeatherApp-MVVM/tree/master/MVVM-Boxing/WeatherTests)
[Tests Delegation] (https://github.com/Falliot/WeatherApp-MVVM/tree/master/MVVM-Delegation/WeatherTests)