https://github.com/oeo/push-test
simple push notification example
https://github.com/oeo/push-test
Last synced: 10 months ago
JSON representation
simple push notification example
- Host: GitHub
- URL: https://github.com/oeo/push-test
- Owner: oeo
- Created: 2018-08-10T05:31:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T05:35:06.000Z (over 7 years ago)
- Last Synced: 2025-01-25T22:22:08.807Z (11 months ago)
- Language: CoffeeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# push-test
## usage
```
cd ./push-test
npm install
coffee app.coffee
```
- navigate to http://localhost:8000
- click `Store subscription`
```
curl "http://localhost:8000/send-all"
```