Movie Time app

Simulator Screen Recording - iPhone 13 mini - 2022-06-27 at 12 51 00

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