salat-ul-kubra-data
v0.0.12
Published
Authenticated data package for Salat al-Kubra (The Greatest Prayer) by Shaykh Abdal Qadir Jilani
Maintainers
Readme
Salat al-Kubra (The Greatest Prayer) - Data Package
Data package for Salat al-Kubra (The Greatest Prayer) by Shaykh Abdal Qadir Jilani. This package attempts to authentically represent the litany with Arabic text, transliteration, and English translation.
Content
- Salat al-Kubra: The main litany.
- Also includes other invocations often recited with it, such as Hizb Qahr and Hizb Nasr, if available in the source.
Structure
{
"meta": {
"title": "Salat al-Kubra...",
"author": "Shaykh Abdal Qadir Jilani"
},
"complete_text": [
{
"type": "arabic",
"text": "..."
},
{
"type": "english",
"text": "..."
}
]
}Usage
const kubra = require('salat-ul-kubra-data');
const text = kubra.getCompleteText();
const meta = kubra.getMeta();License
CC-BY-4.0
