Skip to content

Commit d5d535c

Browse files
authored
Add badges to readme (#12)
1 parent 2e98df3 commit d5d535c

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# **react-audio-player-component**
22
A mobile-friendly audio player for React with a modern look and convenient usage.
33

4+
[![NPM downloads][npm-download-img]][npm-download-url]
5+
[![Run ESlint][eslint-img]][eslint-url]
6+
[![Run Unit tests][test-img]][test-url]
7+
[![Run Unit tests][browser-test-img]][browser-test-url]
8+
9+
[npm-download-img]: https://img.shields.io/npm/dm/react-audio-player-component.svg?style=round-square
10+
[npm-download-url]: https://www.npmjs.com/package/react-audio-player-component
11+
[eslint-img]: https://github.com/samhirtarif/react-audio-player/actions/workflows/lint.yml/badge.svg
12+
[eslint-url]: https://github.com/samhirtarif/react-audio-player/actions/workflows/lint.yml
13+
[test-img]: https://github.com/samhirtarif/react-audio-player/actions/workflows/unit-tests.yml/badge.svg
14+
[test-url]: https://github.com/samhirtarif/react-audio-player/actions/workflows/unit-tests.yml
15+
[browser-test-img]: https://github.com/samhirtarif/react-audio-player/actions/workflows/browser-tests.yml/badge.svg
16+
[browser-test-url]: https://github.com/samhirtarif/react-audio-player/actions/workflows/browser-tests.yml
17+
418
## Installation
519
```sh
620
npm install react-audio-player-component

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-audio-player-component",
33
"private": false,
4-
"version": "1.2.2",
4+
"version": "1.2.4",
55
"license": "MIT",
66
"author": "Samhir Tarif",
77
"repository": {

0 commit comments

Comments
 (0)