Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
negrel committed Jul 14, 2024
1 parent f10f1b6 commit bcba39d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# `webpush` - Web Push library for Deno and other web compatible runtime.

![jsr badge](https://jsr.io/badges/@negrel/webpush)
![license MIT badge](https://img.shields.io/github/license/negrel/webpush)
![code size badge](https://img.shields.io/github/languages/code-size/negrel/webpush)

Expand All @@ -11,6 +12,8 @@
> I've done my best to follow RFC recommandation and I only used primitives
> provided by the SubtleCrypto API.
`webpush` is available on [JSR](https://jsr.io/@negrel/webpush).

## Getting started

Before sending Web Push message to a user agent, you need to create VAPID keys
Expand Down Expand Up @@ -51,6 +54,8 @@ $ cd example/
$ deno run -A ./main.ts
```

Code is commented be sure to read it.

## Dependencies

This library tries its best at keeping the minimum number of dependencies. It
Expand Down

0 comments on commit bcba39d

Please sign in to comment.