mikekok / movie-finder

A simple movie search and information display app built on Electron, based on the OMDB API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

An Electron app that offers the user the ability to search for a movie and view details about it.
Those details include:

  • Title
  • Year
  • Rating
  • Plot
  • Director
  • Writer
  • Cast
  • Metascore

The app is using the OMDB API.

Preview

Movie Finder Movie Finder

Installation

# Clone this repository
git clone https://github.com/mikekok/movie-finder
# Go into the repository
cd movie-finder
# Install dependencies
npm install
# Run the app
npm start

Credits

License

This software is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software. But you always need to state that xWeb is the original author of this template.

Project is developed and maintained by Mike Kokkolios.

About

A simple movie search and information display app built on Electron, based on the OMDB API.

License:MIT License


Languages

Language:JavaScript 34.9%Language:CSS 33.9%Language:HTML 31.2%