FlickDB

A single-page web app using AMP to search for movies using the OMDb API.

Usage

Create an api-key.json file:

{
  "omdbKey": "<your key here...>"
}

Then launch the web-app

yarn install
yarn run dev:run