prayer-times-api

1.0.2 • Public • Published

🕌 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"
}

Dependents (0)

Package Sidebar

Install

npm i prayer-times-api

Weekly Downloads

14

Version

1.0.2

License

MIT

Unpacked Size

1.8 kB

Total Files

4

Last publish

Collaborators

  • raviprarai