Loading repository data…
Loading repository data…
usamaejaz / repository
A simple yet effective cross platform prayer reminder desktop app.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A simple and easy to use electron based application to help you remind about prayer times.
"And seek help through patience and prayer, and indeed, it is difficult except for the humbly submissive" (2:45 - Quran)

Go to Releases to download a ready to use packaged version of this app for your OS / Platform.
You will need NodeJS to build / run this app. Clone this repository and than install project dependencies.
git clone git@github.com:usamaejaz/prayertimes-desktop.git
cd prayertimes-desktop
npm install
Now you are ready to run it!
npm start
Make sure you don't enable auto start while development mode (when using npm start) as it may add electron binary to the auto start which is not what was required. However, it will work good for the "packaged" version.
To package this app (for distribution)
npm run pack
Note that the above command will package the app for Windows and Linux (32 & 64 bit)
To generate installer for this app.
npm run dist
This will create installer for Windows and Linux (32 & 64 bit)
Contributions are welcomed :)