An open API service indexing awesome lists of open source software.

https://github.com/fix2015/send-webpush-notification


https://github.com/fix2015/send-webpush-notification

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

This is a companion site that can be used to generate application server keys and trigger push messages.

Install pip:

sudo easy_install -U pip

Install dependencies with:

pip install -t third_party -r requirements.txt

To run companion site locally:

node app.js

To deploy:

npm run deploy