Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 886 Bytes

File metadata and controls

13 lines (9 loc) · 886 Bytes

Build Status codecov.io

CodeChallenge-iOS

This is my attempt on a common code challenge applied by companies looking for iOS engineers. Usually they ask for an app that connects to a RESTful API to fetch a list of items, search through items and open a details page - the chosen API is what changes the most. This project uses TMDB.

Manual build instructions

Please refer to the .travis.yml file for commands to run before building.

Also, make sure to add your own API key to the Constants.swift file:

let api_key = "<your api key here>"