@thani-sh/prayer-time-se
v1.0.3
Published
Islamic prayer times for Sri Lanka as a JavaScript Module
Downloads
1
Readme
prayer-time-se
Islamic prayer times for Sweden as a JavaScript Module.
Getting Started
Install the module:
npm install @thani-sh/prayer-time-se
Use exported functions to get prayer times.
import { forDate, forToday } from "@thani-sh/prayer-time-se";
const times = forToday();
// {
// 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.