praytimes
Prayer Times Calculator for Rust Based on Praytimes.org
Dont forget to give Praytimes.org based on their license :
TERMS OF USE:
Permission is granted to use this code, with or
without modification, in any website or application
provided that credit is given to the original work
with a link back to PrayTimes.org.
This program is distributed in the hope that it will
be useful, but WITHOUT ANY WARRANTY.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.
Installation
cargo add praytimes
Example
let calculator = & new;
let output: PraytimesOutput = calculator
.calculate;
Docs
see lib.rs docs
Credits
PrayTimes.js is based on PrayTimes. Cities dataset from countries-states-cities-database.
Based on javascript refactor from time-pray
License
GNU GPL v3.0 - see LICENSE