Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leptos-null/prayertimes
PrayerTimes is an app to view Islamic prayer times
https://github.com/leptos-null/prayertimes
ios prayer-times swiftui watchos
Last synced: 3 months ago
JSON representation
PrayerTimes is an app to view Islamic prayer times
- Host: GitHub
- URL: https://github.com/leptos-null/prayertimes
- Owner: leptos-null
- License: other
- Created: 2022-01-26T04:36:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-28T15:51:20.000Z (6 months ago)
- Last Synced: 2024-10-13T11:36:27.542Z (3 months ago)
- Topics: ios, prayer-times, swiftui, watchos
- Language: Swift
- Homepage: https://apps.apple.com/app/id1587090683
- Size: 133 MB
- Stars: 12
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## PrayerTimes
PrayerTimes is an app to view Islamic prayer times.
---
Islamic prayer times are based off of solar positions. There are different opinions on each of these, however the general
descriptions are as follows:- Fajr: dawn, begins when the light of the sun begins to become visible in the sky
- Sunrise: end of Fajr time, when the sun crosses the horizon (from being below the horizon, to above)
- Dhuhr: solar noon, i.e. solar zenith
- Asr: begins when the length of an object's shadow is some particular factor (usually 1) of the object's length
- Maghrib: sunset, when the sun crosses the horizon (from being above the horizon, to below)
- Isha: dusk, begins when there is no longer light from the sun in the sky
---
All calculations are performed on-device. The only internet access used is for reverse-geocoding (convert latitude and longitude to a city name).
PrayerTimes supports the following preferences:
- If location services are not enabled, select a location
- Show or hide sunrise and Qiyam times
- Calculation method
- Fajr angle
- Isha angle
- Asr factor
- Notifications
- Start of time
- 30 minutes before timeOn iPhone and iPad, view prayer times for any day, with pages dedicated to today and tomorrow.
Visualize the qibla direction with a map overlaid with the shortest
line connecting your location to the Kaaba. On supported devices, find
the qibla direction using the compass.On Apple Watch, view a rolling set of prayer times, beginning with the
current prayer. On supported devices, find the qibla direction using
the compass.### Screenshots
![iPhone Today](docs/Screenshots/iPhone14%2C3/0_today.png)
![iPhone Qibla Compass](docs/Screenshots/iPhone14%2C3/2_qibla_compass.png)
![iPhone Qibla Map](docs/Screenshots/iPhone14%2C3/2_qibla_map.png)
![iPhone Preferences](docs/Screenshots/iPhone14%2C3/3_preferences.png)
![Watch Times](docs/Screenshots/Watch7%2C4/0_today.png)
See [Screenshots](docs/Screenshots/) for more devices.