hizb-ul-bahr-data
v1.0.14
Published
Authenticated data package for Hizb al-Bahr (Litany of the Sea) by Imam al-Shadhili
Maintainers
Readme
Hizb al-Bahr (Litany of the Sea) - Data Package
Data package for the Hizb al-Bahr (Litany of the Sea) by Imam Abul Hasan al-Shadhili.
Content
This package contains the complete text of the litany with:
- Arabic: Authenticated text.
- Transliteration: Full Roman transliteration.
- Buckwalter: Unique Arabic transliteration for computational use.
- English: Accurate translation.
Structure
{
"hizb_ul_bahr": {
"title": "Hizb al-Bahr (The Litany of the Sea)...",
"complete_text": [
{
"piece_id": "bahr_001",
"verse_number": 1,
"arabic": "...",
"transliteration": "...",
"transliteration_buckwalter": "...",
"english": "..."
},
...
]
}
}Usage
const bahr = require('hizb-ul-bahr-data');
console.log(bahr.getTitle());
console.log(bahr.getHizb().complete_text[0].arabic);License
CC-BY-4.0
