Console app built for the Light-it onboarding.
-
Clone the repo
git clone https://github.com/maxpsz/movie-api-challenge.git
-
Update API_KEY env var (docker-compose.yml)
API_KEY=replaceme
If you don't have one, request it on https://www.omdbapi.com/apikey.aspx
-
Run docker
docker compose up -d
-
Connect to docker console
docker compose exec php bash
A. Normal
./moviepedia show <movieName>
B. With fullPlot
./moviepedia show <movieName> --fullPlot
Can't came up with a movie name? Try: scarface.