Skip to content

Commit

Permalink
chore: add jsr badge
Browse files Browse the repository at this point in the history
  • Loading branch information
MellKam committed Mar 22, 2024
1 parent 1523a82 commit 31bcace
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<a href="https://github.com/mellkam/soundify">
<img src="https://img.shields.io/github/stars/mellkam/soundify" alt="Github stars" />
</a>
<a href="https://jsr.io/@soundify/web-api">
<img src="https://jsr.io/badges/@soundify/web-api/score" alt="jsr registry score" />
</a>
</p>
</div>

Expand All @@ -31,11 +34,7 @@ The package doesn't depend on runtime specific apis, so you should be able to
use it without any problems everywhere.

```bash
pnpm add @soundify/web-api
```

```bash
bun install @soundify/web-api
npm install @soundify/web-api
```

```jsonc
Expand All @@ -47,6 +46,12 @@ bun install @soundify/web-api
}
```

Install from [JSR registry](https://jsr.io/@soundify/web-api)

```bash
deno add @soundify/web-api
```

## Getting Started

Soundify has a very simple structure. It consists of a `SpotifyClient` capable
Expand Down

0 comments on commit 31bcace

Please sign in to comment.