@quranjs/api 1.1.0 → 1.1.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.
- package/README.md +2 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
</p>
|
|
4
|
-
|
|
5
|
-
# @quranjs/api
|
|
1
|
+

|
|
2
|
+
A library for fetching quran data from the [quran.com API][qdc-api]. This library also works on both Node.js and the browser.
|
|
6
3
|
|
|
7
4
|
[![Build Status][build-badge]][build]
|
|
8
5
|
[![MIT License][license-badge]][license]
|
|
@@ -10,8 +7,6 @@
|
|
|
10
7
|
[![NPM Monthly downloads][downloads-badge]][npm]
|
|
11
8
|
[![Minziped Size][size-badge]][npm]
|
|
12
9
|
|
|
13
|
-
A library for fetching quran data from the [quran.com API][qdc-api]. This library also works on both Node.js and the browser.
|
|
14
|
-
|
|
15
10
|
## Installation
|
|
16
11
|
|
|
17
12
|
using npm:
|