Skip to content

Commit

Permalink
docs: Add Service Worker specific dependencies. Added for #3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrennand committed Feb 24, 2022
1 parent 8eaaf72 commit 7ac8632
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Browser notifications for PlanetSide 2 alerts.

* [Pino](https://github.com/pinojs/pino)

### Service Worker

* [idb-keyval](https://github.com/jakearchibald/idb-keyval)

## Introduction

PS2Alert.me allows a user to receive push notifications for PlanetSide 2 alerts in their browser. The application achieves this by leveraging [Service Workers](https://developers.google.com/web/fundamentals/primers/service-workers), the [IndexedDB API](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API), [Push API](https://developer.mozilla.org/en-US/docs/Web/API/Push_API), [Notifications API](https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API) and [Push Services](https://developers.google.com/web/ilt/pwa/introduction-to-push-notifications#push_notification_terms).
Expand Down

0 comments on commit 7ac8632

Please sign in to comment.