prayer-times-api
v1.0.2
Published
A simple Node.js wrapper to fetch Islamic prayer times.
Downloads
36
Maintainers
Readme
🕌 Prayer Times API Wrapper
A simple Node.js package that fetches Islamic prayer times based on latitude and longitude.
📢 Easily integrate accurate prayer times into your Islamic applications!
🚀 Installation
const { getPlayerTime } = require("prayer-times-api");
const {lat,lon} = req.body;
const result = await getPlayerTime(lat,lon);
exp
{
"lat": "28.5355",
"lon":"77.3910"
}