2025-2026 ISLAMIC CALENDAR
try {
for(let monthsToAdd = 0; monthsToAdd < 24; monthsToAdd++) {
const targetDate = new Date();
targetDate.setMonth(currentDate.getMonth() + monthsToAdd);
// Updated API URL with API key
const apiUrl = `${apiBase}/${targetDate.getFullYear()}/${
targetDate.getMonth() + 1}?latitude=33.6844&longitude=73.0479&method=1&apiKey=${apiKey}`;
const response = await fetch(apiUrl); // ← Now using authenticated request
// ... rest of the code remains same ...
📅 Islamic Calendar 1445-1446 AH
Important Dates & Prayer Times
Loading... ⏳
Comments
Post a Comment