Skip to content

maxpsz/movie-api-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About The Project

Console app built for the Light-it onboarding.

Built With

Getting Started

Installation

  1. Clone the repo

    git clone https://github.com/maxpsz/movie-api-challenge.git
  2. 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

  3. Run docker

    docker compose up -d
  4. Connect to docker console

    docker compose exec php bash

Usage

A. Normal

./moviepedia show <movieName>

B. With fullPlot

./moviepedia show <movieName> --fullPlot

Can't came up with a movie name? Try: scarface.

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published