Show HN: Hooks – Stay Up to Date on Anything Through Push Notifications
11–20 of 30 posts
Re: Show HN: Hooks – Stay Up to Date on Anything Through Push Notifications
#12Earlier quoted context omitted.
Well it's about push notifications to your phone, so it has to be an app.
That is not true. [0] [1] [2] is my crappy push notification service mostly built for my own usage because PushBullet started getting more bloated and annoying. [0]: https://developers.google.com/web/updates/2015/03/push-notif... [1]: https://developer.mozilla.org/en-US/docs/Web/API/Push_API [2]: https://github.com/thefinn93/EasyPush
Re: Show HN: Hooks – Stay Up to Date on Anything Through Push Notifications
#13Earlier quoted context omitted.
Well it's about push notifications to your phone, so it has to be an app.
That is not true. [0] [1] [2] is my crappy push notification service mostly built for my own usage because PushBullet started getting more bloated and annoying. [0]: https://developers.google.com/web/updates/2015/03/push-notif... [1]: https://developer.mozilla.org/en-US/docs/Web/API/Push_API [2]: https://github.com/thefinn93/EasyPush
Re: Show HN: Hooks – Stay Up to Date on Anything Through Push Notifications
#14I have a feature request: I loved the idea at first glance but then I was appalled to discover that there's nowhere to register a callback URL for any of these events. https://en.wikipedia.org/wiki/Webhook To me it just seems obvious that there should be an either/or option for SMS or HTTP especially since a metric shitton of people are already using slack and hipchat. The transmission costs for HTTP are way more che…
If they did do webhooks then you could write one that sent out SMSs though - leave them to do the hard part while cutting them out of the loop!
Also I think it's push notifications, not SMS.
Re: Show HN: Hooks – Stay Up to Date on Anything Through Push Notifications
#15Earlier quoted context omitted.
That is not true. [0] [1] [2] is my crappy push notification service mostly built for my own usage because PushBullet started getting more bloated and annoying. [0]: https://developers.google.com/web/updates/2015/03/push-notif... [1]: https://developer.mozilla.org/en-US/docs/Web/API/Push_API [2]: https://github.com/thefinn93/EasyPush
None of these work natively on iOS.
Re: Show HN: Hooks – Stay Up to Date on Anything Through Push Notifications
#16Earlier quoted context omitted.
None of these work natively on iOS.
This doesn't work on iOS? I thought it did. [0] claims it can do this on Chrome for iOS, or maybe by native you mean on Safari, which doesn't seem to support it... [0]: https://storage-cdn.realtime.co/chrome-push/index.html
Re: Show HN: Hooks – Stay Up to Date on Anything Through Push Notifications
#17Re: Show HN: Hooks – Stay Up to Date on Anything Through Push Notifications
#18Nice work - looks like a cross between IFTTT and Pushbullet. What are your differentiating factors?
However, now that IFTTT supports push notifications, why do you still need Pushover or Pushbullet?
Re: Show HN: Hooks – Stay Up to Date on Anything Through Push Notifications
#19Is this better than Facebook's notify? (Which I actually love - relevant stuff waiting for me on my lock screen without any audio notifications)
Re: Show HN: Hooks – Stay Up to Date on Anything Through Push Notifications
#20I have a feature request: I loved the idea at first glance but then I was appalled to discover that there's nowhere to register a callback URL for any of these events. https://en.wikipedia.org/wiki/Webhook To me it just seems obvious that there should be an either/or option for SMS or HTTP especially since a metric shitton of people are already using slack and hipchat. The transmission costs for HTTP are way more che…