A web Application that provides You with Hijri Date, Prayer Times, and The Remaining Time to the next prayer depending on your time zone.
Go to Islamic Prayer Times
Islamic Prayer Times is a web app that uses AlAdhan.com API to provide the user with Hijri date, Prayers times;
- Current time ( in 12 formats)
- Hijri Date
- The prayers times for one day
- Location
-
let the app detect your location to present prayer times for your Time zone.
-
If you block location detecting it will present Loading data for the default location .
press Allow
-
To check the used time zone press the gear icon on the bottom right corner The time zone will be displayed at the bottom of the app
-
To clone and run this application, you'll need Git and npm (which comes with Node.js) installed on your computer. From your command line:
- Clone this repository
git clone https://github.com/NatourTech/PrayerTime.git
- Go into the repository
cd ipt
- Install dependencies
npm install
- Run the app
npm start
- when it opens in your browser it will ask for detecting your location choose Allow
-
Open package.json and make sure that homepage set to . the current directory
"homepage": "."
-
Open manifest.json in the public directory and make sure that manifest_version is set to 2
"manifest_version": 2,
-
Now run buildextension script
npm run buildextension
-
Open package.json and make sure that homepage set to . the current directory
"homepage": "."
-
Open manifest.json in the public directory and make sure that manifest_version is set to 3
"manifest_version": 3,
-
Now run buildextension script
npm run buildextension
- This project was inspired by a chrome extension called Islamway Ramadan | طريق الإسلام which is powered by Islamway website.
- Licensed under the MIT license
- Copyright (c) 2022 Mohamed Natour