4.1.0 • Published 4 months ago

@thani-sh/prayer-time-lk v4.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

prayer-time-lk

Islamic prayer times for Sri Lanka as a JavaScript Module.

Getting Started

Install the module:

npm install @thani-sh/prayer-time-lk

Use exported functions to get prayer times.

import { getPrayerTimes } from '@thani-sh/prayer-time-lk';

const times = await getPrayerTimes();
// {
//   fajr: { hour: 4, minute: 46 },
//   sunrise: { hour: 6, minute: 2 },
//   dhuhr: { hour: 24, minute: 8 },
//   asr: { hour: 15, minute: 14 },
//   maghrib: { hour: 18, minute: 13 },
//   isha: { hour: 19, minute: 23}]
// }

Contributing

Pull requests are welcome. Please open a Github issue if you have any questions.

License

MIT

4.0.5

4 months ago

4.0.6

4 months ago

4.1.0

4 months ago

4.0.4

5 months ago

4.0.3

6 months ago

4.0.2

6 months ago

2.0.1

7 months ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago