cvngur / IMDb-Search

Searching movies from imdb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMDb-Search

A simple application to search movies.

Setup

Get the code by either cloning this repository using git

git clone https://github.com/cvngur/IMDb-Search

or downloading source code code as a zip archive. Once downloaded, open the terminal in the project directory, and install dependencies with:

npm install

Then start the example app with:

npm run dev

The app should now be up and running at http://localhost:3000

To use api, get your key from OMDb and add your api key to config.js file

About

Searching movies from imdb


Languages

Language:JavaScript 89.4%Language:SCSS 10.6%