@kmaslesa/quran_translation-english_rowwad_translation_centar

1.0.0 • Public • Published

Quran Translations

بسم الله الرحمن الرحيم

Installation

npm install @kmaslesa/quran_translation-english_rowwad_translation_centar

Usage

const quranTranslation = require('@kmaslesa/quran_translation-english_rowwad_translation_centar');
quranTranslation.getHolyQuranTranslation();

RESPONSE:
[
	{
		"index":1,
		"sura":1,
		"ayaNumber":1,
		"aya":"بِسْمِ ٱللَّهِ ٱلرَّحْمَٰنِ ٱلرَّحِيمِ",
		"juz":1,
		"hizb":1,
		"page":1,
		"translation":"In the name of Allah, the Most Compassionate, the Most Merciful."
	},
	{
		"index":2,
		"sura":1,
		"ayaNumber":2,
		"aya":"ٱلْحَمْدُ لِلَّهِ رَبِّ ٱلْعَٰلَمِينَ",
		"juz":1,
		"hizb":1,
		"page":1,
		"translation":"All praise be to Allah, the Lord of the worlds,"
	},
	{
		"index":3,
		"sura":1,
		"ayaNumber":3,
		"aya":"ٱلرَّحْمَٰنِ ٱلرَّحِيمِ",
		"juz":1,
		"hizb":1,
		"page":1,
		"translation":"the Most Compassionate, the Most Merciful,"
	},
   ..........
]
]
quranTranslation.getTranslationByJuz(juz); // juz=(1-30)
quranTranslation.getTranslationByHizb(hizb); // juz=(1-60)
quranTranslation.getTranslationByPage(page); // page=(1-604)
quranTranslation.getTranslationBySura(sura); // sura=(1-114)
quranTranslation.getTranslationByIndex(index); // index=(1-6236)
quranTranslation.getTranslationByAyah(aya, sura);

License

MIT

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @kmaslesa/quran_translation-english_rowwad_translation_centar

      Weekly Downloads

      2

      Version

      1.0.0

      License

      ISC

      Unpacked Size

      2.91 MB

      Total Files

      4

      Last publish

      Collaborators

      • kmaslesa