https://github.com/noczero/zero-prayertimes
https://github.com/noczero/zero-prayertimes
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/noczero/zero-prayertimes
- Owner: noczero
- Created: 2023-04-21T19:12:18.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-08T09:10:10.000Z (over 1 year ago)
- Last Synced: 2025-12-26T07:33:31.199Z (6 months ago)
- Language: Go
- Size: 7.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdx
Awesome Lists containing this project
README
Zero-PrayerTimes
===============
A simple prayer time that will play adhan sound with doa in foreground as a Linux CLI application.
## Prerequisite
### Linux
ALSA is required
+ Ubuntu or Debian : `apt install libasound2-dev`
## How to Run
1. Copy `.env.sample` to `.env`.
2. Fill `CITY_LATITUDE` and `CITY_LONGITUDE` with current geolocation.
3. Execute the script `run.sh`.
## Install to Linux Systemd
1. Make sure it works by running `run.sh`.
2. Execute the script `./install.sh`
## What Next?
- [x] Run it as a Linux daemon service.
- [ ] Perhaps will develop a Graphic User Interface (GUI).