Notification-Bell

This project was a quick experiment to show use case of webhooks using a LAMP stack (though we don’t need MongoDb).

Technology used

It rings a bell sound whenever someone makes a payment on your site given you use stripe payment gateway or whenever someone makes a new commit to your project on github.

Note: Even if you're not using stripe or github, it should be fairly simple to use the this method to play bell with any platform having support for webhooks.
In such case, you have to find an alternative to Ultrahook by creating your own HTTP server that forwards the webhook requests. Beacuse Ultrahook only supports github and stripe domains only.

Requirements

Preparation