A simple prayer time that will play adhan sound with doa in foreground as a Linux CLI application.
ALSA is required
- Ubuntu or Debian :
apt install libasound2-dev
- Copy
.env.sample
to.env
. - Fill
CITY_LATITUDE
andCITY_LONGITUDE
with current geolocation. - Execute the script
run.sh
.
- Make sure it works by running
run.sh
. - Execute the script
./install.sh
- [x] Run it as a Linux daemon service.
- [ ] Perhaps will develop a Graphic User Interface (GUI).