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.
# 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
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.