Skip to content

Instantly share code, notes, and snippets.

@mr-islam
mr-islam / surah.js
Last active April 20, 2024 07:06
Array list of objects with all surahs names in the Quran, along with page in the Green Madina Mushaf. Used in [Qawl](https://github.com/mr-islam/qawl), the desktop Quran reader
var surahs = [
{
"name": "al-Fātihah",
"pageGreen": 1
},
{
"name": "al-Baqarah",
"pageGreen": 2
},
{