Rebyū is an electron application designed let users review and gather relevant information from movies and television series using an IMDB api.
I am a user: Install the latest release from the releases section.
I am a develeoper: Download and run the code by following the installation steps below.
NOTE: Make sure you have NPM/NodeJS before installing use
git clone https://github.com/danielrousseaug/rebyu
cd gakkowherever you want to have the program, then do
npm initset the default to all prompts, then do
npm install electron --save-devto install dependencies.
Then, either use npm start to run from a commandline, or package into an application using npm install electron-packager -g and then electron-packager . Gakko
Add movies with + button, import, export, and sort by clicking on the icon. Then scroll and enjoy your viewed movie collection.
Pull requests are welcome.
