Prayer Times is ment to be a self hosted Prayer times app for muslims. For non-muslims you can think of it as an alarm that runs five times a day depending on today's prayer times.
The app is still under development and more features are to be added.
The app uses aladhan.com api to recieve prayer times.
Right now the main function runs you just need to:
- Change the location in utility/fetchPrayerTimes.js
- install node.js
- install required node modules using:
npm i
- run the app using:
node app.js