@quranjs/api 1.0.2 → 1.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.
Files changed (2) hide show
  1. package/README.md +19 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,11 @@
1
- <p align="center">
2
- <img src="https://avatars.githubusercontent.com/u/102173125?s=200&v=4" />
3
- </p>
1
+ ![Quranjs Api Header](https://github.com/quranjs/api/raw/master/media/repo-header.png)
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.
4
3
 
5
- # @quranjs/api
6
-
7
- A library for fetching quran data from the [quran.com API](https://quran.api-docs.io/). This library also works on both Node.js and the browser.
4
+ [![Build Status][build-badge]][build]
5
+ [![MIT License][license-badge]][license]
6
+ [![NPM Version][npm-badge]][npm]
7
+ [![NPM Monthly downloads][downloads-badge]][npm]
8
+ [![Minziped Size][size-badge]][npm]
8
9
 
9
10
  ## Installation
10
11
 
@@ -19,3 +20,15 @@ using yarn:
19
20
  ```ssh
20
21
  yarn add @quranjs/api
21
22
  ```
23
+
24
+ <!-- Links -->
25
+
26
+ [qdc-api]: https://quran.api-docs.io/
27
+ [build-badge]: https://img.shields.io/github/workflow/status/quranjs/api/CI?logo=github&style=flat-square
28
+ [build]: https://github.com/quranjs/api/actions?query=workflow%3ACI
29
+ [license-badge]: https://img.shields.io/github/license/quranjs/api?style=flat-square
30
+ [license]: https://github.com/quranjs/api/blob/master/LICENSE
31
+ [npm]: https://www.npmjs.com/package/@quranjs/api
32
+ [npm-badge]: https://img.shields.io/npm/v/@quranjs/api.svg?style=flat-square
33
+ [downloads-badge]: https://img.shields.io/npm/dm/@quranjs/api.svg?style=flat-square
34
+ [size-badge]: https://img.shields.io/bundlephobia/minzip/@quranjs/api/latest.svg?style=flat-square
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
- "version": "1.0.2",
8
+ "version": "1.1.2",
9
9
  "license": "MIT",
10
10
  "main": "dist/index.js",
11
11
  "typings": "dist/index.d.ts",