/imdb

An electron app for checking movie details

Primary LanguageJavaScript

MOVIE-INFO

This software is made purposely for practice and there's only a windows setup. It fetches data from from omdbapi and displays movie data according to search queries.

DEMO

Movie info demo

SETUP

Run npm install to install all the dependecies

Go to omdb to get your api key and put it inside the app.js file at the top

Run npm start to run the app

Run package-win to build a .exe file