[go: up one dir, main page]

Skip to content

hosseinmostafa/Prayer-times

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prayer Times Website

Overview

This repository contains the source code for a prayer times website, which provides users with accurate prayer schedules based on their location.

Features

Displays prayer times for Fajr, Dhuhr, Asr, Maghrib, and Isha

Automatically adjusts prayer times based on user's location and time zone Responsive design for optimal user experience on desktop and mobile devices

Technical Requirements

npm (version 6 or higher) A modern web browser (e.g. Google Chrome, Mozilla Firefox)

Installation

Clone the repository using git clone https://github.com/your-username/prayer-times-website.git Install dependencies using npm install Start the development server using npm start

Configuration

Create a config.json file in the root directory with the following
{
"api_key": "YOUR_API_KEY",
"default_location": "New York, USA"
}
Replace YOUR_API_KEY with your actual API key from a prayer times API provider (e.g. IslamicFinder, PrayerTimes.io).

Contributing

Contributions are welcome! If you'd like to report a bug or suggest a new feature, please open an issue or submit a pull request.

Acknowledgments

IslamicFinder for providing prayer times API PrayerTimes.io for providing prayer times API