UNPKG

prayer-times-api

Version:

A simple Node.js wrapper to fetch Islamic prayer times.

21 lines (14 loc) 454 B
# 🕌 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 ```sh const { getPlayerTime } = require("prayer-times-api"); const {lat,lon} = req.body; const result = await getPlayerTime(lat,lon); exp { "lat": "28.5355", "lon":"77.3910" }