/poc

Coding for using Open movie API to show a list of popular movies

Primary LanguageSwiftApache License 2.0Apache-2.0

poc

  • Xcode 9.3
  • Swift: 4.1
  • Architecture: MVC with controller, service and router patterns
  • In the Constants file add your API key from https://www.themoviedb.org/settings/api
  • Test written with XCTest, requires api key as it doesn't mock API reponses yet