-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Push notifications for platform change & delays #180 #176
Comments
Cool indeed! Didn't know this was possible! |
Will work on this ;-) I'll do a pull request when it's ready |
Focus on your oSoc16 work right now ;-) I also have doubts about how expensive this would be to keep online: we want to keep this cheap to host. So let's not do this too quickly |
Also interested by a delay notification. To keep it lightweight, the API could invoke one decentralized webhook (Webhooks are "user-defined HTTP callbacks"). If that is up, I could spend time to code an app that would fill automatically my "compensation for delays" sheets. I am tired to fill it by hand! |
@JeromeGillard You could as well just do that with the data that is exposed by the API right? Also, there are quite some apps that provide this functionality already, such as BeTrains and BeLate |
Wouldn't a awesome idea to send push notifications to users on their phone, when there is a platform change or delay. It will be useful when you couldn't hear the announcement on the station.
https://developers.google.com/web/fundamentals/getting-started/push-notifications/?hl=en
The text was updated successfully, but these errors were encountered: