Socket
Socket
Sign inDemoInstall

allah

Package Overview
Dependencies
7
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    allah

ciddi değildir


Version published
Weekly downloads
2
Maintainers
1
Install size
475 kB
Created
Weekly downloads
 

Readme

Source

Bu modülü ciddi amaçlı değildir bilginize

npm install allah
const allah = require('allah')

allah.sureler().then(a => console.log(a))
/*/
{
    "data": [
      {
        "id": 1,
        "name": "Fatiha",
        "slug": "fatiha",
        "verse_count": 7
      },
      {
        "id": 2,
        "name": "Bakara",
        "slug": "bakara",
        "verse_count": 286
      },
      ...
    ]
}
/*/

allah.sure('6').then(a => console.log(a))
/*/
{
  "data": {
    "id": 6,
    "name": "Enam",
    "slug": "enam",
    "verse_count": 165,
    "audio": {
      "mp3": "https://archive.org/download/INDIRILIS_SIRASINA_GORE_SESLI_KURAN_MEALI/55-enam.mp3",
      "duration": 2995
    },
    "verses": [
      {
        "id": 790,
        "surah_id": 6,
        "verse_number": 1,
        "verse": "الْحَمْدُ لِلّهِ الَّذِي خَلَقَ السَّمَاوَاتِ وَالأَرْضَ وَجَعَلَ الظُّلُمَاتِ وَالنُّورَ ثُمَّ الَّذِينَ كَفَرُواْ بِرَبِّهِم يَعْدِلُونَ",
        "transcription": "Elhamdu lillahillezi halakas semavati vel arda ve cealez zulumati ven nur, summellezine keferu bi rabbihim ya'dilun.",
        "translation": {
          "id": 133504,
          "author": {
            "id": 50,
            "name": "Erhan Aktaş",
            "description": "Kerim Kur'an",
            "language": "tr"
          },
          "text": "Hamd[1], gökleri ve yeri yaratan, karanlıkları ve aydınlığı var eden Allah'a özgüdür. Gerçeği yalanlayan nankörler ilahlarını Rabb'leriyle denk tutuyorlar.",
          "footnotes": [
            {
              "id": 965,
              "number": 1,
              "text": "Yüce, Güçlü ve Övgüye Değer Yegane Varlık."
            }
          ]
        }
      }
    ]
  }
}
/*/

Keywords

FAQs

Last updated on 05 Jul 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc