widequran 0.1.1 → 0.1.2
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.
- checksums.yaml +4 -4
- data/README.md +11 -0
- data/lib/widequran/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1a3d8a8e75c89072fd7ebaf65ad218511b1f87e4511bed43133246956bbb0cb9
|
|
4
|
+
data.tar.gz: 363ff872816b4a5fd5cdff202a60e63384266d723bffdf653d7f7c3e967d5101
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cac1173878a47eee295a86ee80077152ec3ff129ef9f46c50a221a9365f4ed6d1ae6de30b726ebfb8b37d75677e0472ed84349d9c44248c92372ca0f81b48044
|
|
7
|
+
data.tar.gz: e0870db56c6f5163fb936b3b0284d02f5e9c736a78ef8b8ec30afa19e5fb9bab0c3b04837368d911437ef86803e61a18e1e6e511260dadf0785ee6b7b0934db6
|
data/README.md
CHANGED
|
@@ -253,6 +253,17 @@ Part of the [WideHoly](https://wideholy.com) multi-religion scripture platform.
|
|
|
253
253
|
| **PyPI** | `pip install widequran` | [PyPI](https://pypi.org/project/widequran/) |
|
|
254
254
|
| **npm** | `npm install widequran` | [npm](https://www.npmjs.com/package/widequran) |
|
|
255
255
|
|
|
256
|
+
## Embed Widget
|
|
257
|
+
|
|
258
|
+
Embed [WideQuran](https://widequran.com) widgets on any website with [widequran-embed](https://widget.widequran.com):
|
|
259
|
+
|
|
260
|
+
```html
|
|
261
|
+
<script src="https://cdn.jsdelivr.net/npm/widequran-embed@1/dist/embed.min.js"></script>
|
|
262
|
+
<div data-widequran="entity" data-slug="example"></div>
|
|
263
|
+
```
|
|
264
|
+
|
|
265
|
+
Zero dependencies · Shadow DOM · 4 themes (light/dark/sepia/auto) · [Widget docs](https://widget.widequran.com)
|
|
266
|
+
|
|
256
267
|
## License
|
|
257
268
|
|
|
258
269
|
MIT
|
data/lib/widequran/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: widequran
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- dobestan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-03-
|
|
11
|
+
date: 2026-03-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: API client for widequran.com. Access 114 surahs, 6,236 ayahs, hadith
|
|
14
14
|
collections (Bukhari, Muslim), tafsir commentary (Ibn Kathir), juz/hizb divisions,
|