NatourTech / PrayerTime

A website provides You with Hijri Date and Prayer Times depending on your time zone.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Islamic Prayer Times

Mozilla Add-on Mozilla Add-on Mozilla Add-on

Docker

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

App preview

Table of Contents

General info

Islamic Prayer Times is a web app that uses AlAdhan.com API to provide the user with Hijri date, Prayers times;

Features

  1. Current time ( in 12 formats)
  2. Hijri Date
  3. 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

Clone

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:

  1. Clone this repository git clone https://github.com/NatourTech/PrayerTime.git
  2. Go into the repository cd ipt
  3. Install dependencies npm install
  4. Run the app npm start
  5. when it opens in your browser it will ask for detecting your location choose Allow

Extension

Build for firefox

  • 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

Build for Chrome

  • 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

Inspiration

License

License

  • Licensed under the MIT license
  • Copyright (c) 2022 Mohamed Natour

About

A website provides You with Hijri Date and Prayer Times depending on your time zone.


Languages

Language:JavaScript 64.0%Language:CSS 22.3%Language:HTML 13.7%