@adamrh05/morocco-holidays-checker
v1.0.0
Published
Check Moroccan holidays (fixed + religious) and get next holiday
Maintainers
Readme
morocco-holidays-checker
A complete utility to check Moroccan holidays, including:
- Fixed national holidays
- Religious holidays (Aïd Al-Fitr, Aïd Al-Adha, Achoura, Mawlid…)
- Getting the next upcoming holiday
Installation
npm install morocco-holidays-checkerUsage
const { isHoliday, nextHoliday } = require("morocco-holidays-checker");
console.log(isHoliday("2025-06-06"));
// → { isHoliday: true, name: "Aïd Al-Adha" }
console.log(nextHoliday());
// → { name: "...", fullDate: ... }Features
✔ National holidays (fixed dates)
✔ Religious holidays (year-based)
✔ Next upcoming holiday
✔ No dependencies
✔ Simple and fast
License
MIT
