An open API service indexing awesome lists of open source software.

https://github.com/noczero/zero-prayertimes


https://github.com/noczero/zero-prayertimes

Last synced: about 1 month ago
JSON representation

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).