5 ms·
Try Push Notifications for Github in Firefox
- julien 14y agoNice work Jeff!
- jbalogh 14y agoThanks Julien!
- tomschlick 14y agoLooks awesome! Any plans for a chrome extension?
- tantalor 14y agoIt relies on Mozilla's notifications API, which Chrome does not support (AFAIK).
- jbalogh 14y agoI don't have any Chrome plans (I work for Mozilla), but I've heard rumors that the Chrome team is working on their own push notifications. Eventually I want to get these APIs standardized and in other browsers, not just Firefox and Boot to Gecko.
- RegEx 14y agoYour "fork me on github" image is broken. I bet you'd get a lot more watchers if you fix it ;)
- kibwen 14y agoReally neat. Is there a technical reason why it only allows you to receive notifications from repos that you own?
- jbalogh 14y agoIt's a limitation of the Github API. The app sends notifications after receiving a web hook from Github, and you can only add web hooks for repos you own.
- julien 14y agoYet another reason why Github supporting PubSubHubbub would be amazing, as they have RSS for any repo anyway :)
- jbalogh 14y agoThey have some pubsubhubbub support (http://developer.github.com/v3/repos/hooks/#pubsubhubbub http://developer.github.com/v3/repos/hooks/#pubsubhubbub), but you still need write access to create a web hook on the account.