# Prayer Times ## Overview `prayer-times` is a program that provides Islamic prayer time notifications based on your geographical location. It calculates prayer times for Fajr, Dhuhr, Asr, Maghrib, and Isha using specified calculation methods and adjustments. It uses accurate calculation of prayer times based on geographical coordinates based on the algorithm provided by [praytimes.org](http://praytimes.org/). ## Usage ```man Usage: prayer-time [OPTIONS] --latitude --longitude Options: -l, --latitude Latitude. Defaults to the current location -L, --longitude Longitude. Defaults to the current location -m, --method Calculation Method to use [default: MuslimWorldLeague] -M, --madhab Madhab to use [default: Shafi] --fajr-mod Minutes to add or remove to the Fajr time [default: 0] --dohr-mod Minutes to add or remove to the Dohr time [default: 0] --asr-mod Minutes to add or remove to the Asr time [default: 0] --maghrib-mod Minutes to add or remove to the Maghrib time [default: 3] --isha-mod Minutes to add or remove to the Isha time [default: 0] --notify-before Show notification 10 minutes before prayer time -h, --help Print help -V, --version Print versio ``` ## Installation Clone the repository and build the executable. You should have `cargo` installed: ```sh git clone https://github.com/your/repository.git cd prayer-times cargo build --release ``` ## License This project is licensed under the [MIT License](LICENSE). Feel free to use and contribute to this open-source project.