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