This project is developed to provide easy app based navigation for all sermons available on sermonindex. The goal is to aid users to get a local copy of sermons by downloading them. User has choice to download single or all sermons of a desired speaker. This app is cross platform and should work seamlessly on Windows, MacOS and Linux (debian) without any issues.
A step by step guide how to install this app
* Visit the sermonindex.net and go to Download section.
* Choose the Operating System you want to download the installer for and click on download
* Based on your operating system follow below steps further
Please have node.js installed from https://nodejs.dev/ or your local package repo
git clone https://github.com/VincentXE/SermonIndex-GUI
cd SermonIndex-GUI
npm install
npm start
npx electron-packager .
npm run package-win
If you want to make an installer, please use the included .nsi script.
npm run package-mac
npm run create-mac-installer
!! If running debian, please put electron-installer-debian": "^3.0.0"
as a dependency in package.json
npm run package-linux
If wanting to make debian installer:
npm run create-debian-installer
Under construction
This project is licensed under the ISC License.