Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 265 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 265 Bytes

Movie Search Engine

-	A web app which searches the OMDB API for a movie title and displays it to the user

Instructions to use the web-app

-	Get the API key from OMDb website and replace 'YOUR_API_KEY' in app.js file with the API key

-	Run `npm start`