Gaurav
S
alvi
Push Notification

Send push notification to web browser on mobile or desktop.
Notification can be sent to anyone who has registered (free) to service
Notification can be triggered by making call to web api and therefore can be sent
from backend service, command line tool (CLI) or cloud functions
How To Subscribe ?
- Once authentication is done cookie is stored to maintain session
- By clicking subscribe you agree reading above clauses & to share your email with my service
- Rest assured that i won't share your personal details as this is hobby project and not made for commercial purposes
To register your web browser for notification click below
How to send push notification ?
To send notification use following http request :
curl -H "Content-Type:application/json" --data '{"title": "hello world" , "email" :
"subscriber-user@email.com" }' https://goro-web.herokuapp.com/push/notifications/ --verboseCurrently project is in progress, soon i will add more features like : ability to unsubscribe, manage devices subscribed, give more control for notification appearance