web-push-subscriber

v0.3.0
A simple library that helps you manage and send subscriptions and unsubscriptions for web push notifications services using leveldb.

A simple library that helps you manage and send subscriptions and unsubscriptions for web push notifications services using leveldb.

How to use

~~~~
export GCM_API_KEY=YOURKEY
var wsub = require( 'web-push-subscriber' );
wsub.subscribe( 'firefox', 'feature', 'token_a' );
wsub.subscribe( 'google', 'feature', 'token_b' );
wsub.ping( 'google', ['token_b'], 'feature' )
wsub.broadcast( 'feature' ) ~~~~
npm i web-push-subscriber

Metadata

  • Unknown
  • Whatever
  • Unknown
  • released 10/15/2017

Downloads

Maintainers