meltuhamy / belfastsalah

A simple prayer times Android and iOS app for Belfast and London
http://meltuhamy.com/apps/
GNU General Public License v3.0
14 stars 8 forks source link

Prayer times

This is an Ionic app that displays prayer times from a prayer times table.

Features

Supported locations:

Live app

Development

Git clone this repo, then run the following commands in the project directory:

npm install
npm install -g ionic
ionic serve

Contributing

You're welcome to modify the project as you wish and contribute back to this project.

How do I add my own prayer times?

The prayer data can be found in src/prayer_data. The structure is LOCATION-YEAR.json, for example, london-2024.json. You can add a json file for each year in each location. The latest year information will be used to look up the prayer times.

If you're adding a new location that you want the user to be able to choose, you can modify the SetupPage.tsx file to add a new option.