islamic-content-sdk 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +27 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,23 @@
4
4
  [![npm downloads](https://img.shields.io/npm/dm/islamic-content-sdk.svg)](https://www.npmjs.com/package/islamic-content-sdk)
5
5
  [![bundle size](https://img.shields.io/bundlephobia/minzip/islamic-content-sdk)](https://bundlephobia.com/package/islamic-content-sdk)
6
6
 
7
- An integrated and easy-to-use software library for developers to fetch authentic Islamic content (The Holy Qur'an and Hadith) in multiple languages directly from their official sources.
7
+ An integrated and easy-to-use software library for developers to fetch authentic Islamic content (The Holy Qur'an and Hadith) in multiple languages directly from official sources.
8
+
9
+ This project is developed for [The Association for Multi-lingual Islamic Content](https://islamiccontent.sa/).
10
+
11
+ ---
12
+
13
+ ## Services Overview
14
+
15
+ This SDK aggregates content from multiple major multi-lingual Islamic platforms:
16
+ * **QuranEnc (`quranenc`)**: Quran Translations, suras, verses, and audios.
17
+ * **HadeethEnc (`hadeethenc`)**: Hadith collections, category trees, and grades.
18
+ * **IslamHouse (`islamhouse`)**: Multi-lingual books, articles, audios, fatwas, and author details.
19
+ * **Risalat Al-Haramain (`risalatAlHaramain`)**: Platform content, Fatwas, Quran recitations, and Hadiths.
20
+ * **Bayan Al Islam (`bayanAlIslam`)**: Educational booklets and resources tailored for Muslims and Non-Muslims.
21
+ * **Al Montaka (`alMontaka`)**: Structured lookups, categories, content filters, and community comments.
22
+
23
+ ---
8
24
 
9
25
  ## Installation
10
26
 
@@ -135,3 +151,13 @@ const newComment = await sdk.alMontaka.contents.addComment(1, "Test comment");
135
151
  // 5. Get filtered content by category IDs
136
152
  const filteredContent = await sdk.alMontaka.contents.content([1, 2]);
137
153
  ```
154
+
155
+ ---
156
+
157
+ ## Donation & Support
158
+
159
+ You can support the projects and efforts of The Association for Multi-lingual Islamic Content through the following official channels:
160
+ * [Support Projects (Wakfy)](https://islamiccontent.org/Wakfy)
161
+ * [Bank Accounts](https://islamiccontent.org/Accounts)
162
+ * [Association Store](https://store.islamiccontent.sa/)
163
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "islamic-content-sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",