islamic-prayer-times
v1.0.0
Published
muslim prayer time
Downloads
20
Readme
prayertime
Quick start
$ npm install prayertime
import prayer from 'prayer'
var time = pray.getTimes(new Date(), [43, -80], -5);
console.log(time)
There are several functions for adjusting calculation parameters. For example, we can call the following function (before calling getTimes) to change the calculation method to ISNA:
prayTimes.setMethod('ISNA');
see link for detailed doc [link to Documentaion!] (http://praytimes.org/manual)
#Credits => [link to Pratimes!] (PrayTimes.org)