1.0.0 • Published 6 years ago

islamic-prayer-times v1.0.0

Weekly downloads
8
License
ISC
Repository
-
Last release
6 years ago

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!

#Credits => link to Pratimes!