A simple app to search for movies via the OBDb API

Movie Time app

A simple app to search for movies via the OBDb API

Setup

To run the app, please include an API key in a struct

struct Constants {
    static let OMDBAPI = "your-api-key"
}

GitHub

View Github