1.0.0 • Published 7 months ago

quran-cloud v1.0.0

Weekly downloads
-
License
CC-BY-4.0
Repository
github
Last release
7 months ago

Quran Cloud

Latest Version

A comprehensive collection of Quran text, transliteration, and translations in JSON format.

CDN

Explore the /dist directory to access all available JSON files. You can also retrieve these files via the JSDELIVR CDN.

Complete Quran Text & Translations

This project utilizes the Uthmani Quran text from The Noble Qur'an Encyclopedia. English transliteration is sourced from Tanzil.net, with translations provided in multiple languages:


Chapter List


Access Individual Chapters

  • Quran text and transliteration:
    https://cdn.jsdelivr.net/npm/quran-cloud@1.0.0/dist/chapters/{chapterNumber}.json
  • Quran text, transliteration, and translation:
    https://cdn.jsdelivr.net/npm/quran-cloud@1.0.0/dist/chapters/{langCode}/{chapterNumber}.json

Examples:


Access Individual Verses

Retrieve single verses using their verseNumber (1-6236):

https://cdn.jsdelivr.net/npm/quran-cloud@1.0.0/dist/verses/{verseNumber}.json

Examples:


Generate JSON Files Locally

1. Clone the Repository

git clone git@github.com:saikothasan/quran-cloud.git

2. Install Dependencies

cd quran-cloud
npm install

3. Build JSON Files

npm run build

Data Sources


License

This project is licensed under CC-BY-SA 4.0.
Developed by saikothasan.


1.0.0

7 months ago