https://github.com/fix2015/send-webpush-notification
https://github.com/fix2015/send-webpush-notification
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fix2015/send-webpush-notification
- Owner: fix2015
- Created: 2016-11-09T14:45:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-09T14:46:59.000Z (about 9 years ago)
- Last Synced: 2025-05-18T23:35:00.495Z (8 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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