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.sampleto.env. - Fill
CITY_LATITUDEandCITY_LONGITUDEwith 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).