Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.09 KB

File metadata and controls

41 lines (21 loc) · 1.09 KB

Master branch build status:

Youtube Search Challenge

An iOS application that search Youtube videos using the Google's public API using Model-View-ViewModel (MVVM) with the help of this architecture we separate the business logic and presentational logic from the view logic.

Getting Started

These instructions will get you a copy of the project up and running on your mac for testing purposes.

Prerequisites

What things you need to get before compile the application

iOS 11.3+ 
Xcode 9.3+
Swift 4.1

Installing

To execute the project you must clone the repository, open the project with Xcode and press cmd + B, the dependencies are already included in the repository to facilitate the compilation

Running the tests

Unit tests were implemented using XCTest, no external dependency is used. To execute them you just have to open Xcode and press the cmd + U

Authors

  • **Abdiel Soto **

License

This project is licensed under the MIT License - see the LICENSE.md file for details