A GitHub App that sends you GitHub notifications via Push Notifications.
Just head over to dokku.ml and sign in with GitHub.
Features:
- real time push notifications
- mark as read from notification
- click to go to relevant github page
The app needs to have as environment variables
CLIENT_ID
andCLIENT_SECRET
of your GitHub AppMONGO_URL
of the MongoDB where you want to store users' tokens and web push subscriptionsVAPID_PUBLIC
andVAPID_PRIVATE
keys (you can generate them here)