I have been working in a library that allows you to receive Gitlab web hook events as notifications.
How to install?
npm install ex...
For further actions, you may consider blocking this person and/or reporting abuse
Hey ! Thanks for sharing.
Could you explain what it does exactly, as an introduction, and how it is different than mails and notifications of mail app ?
Hey! Sorry for the delay.
This package allows you to handle different webhooks as notifications.
I wrote it because, in my previous work, we needed to know when someone creates and merges requests in our GitLab server instance, but we needed to receive these notifications on Slack or Telegram, so I decided to integrate webhooks actions with those platforms.
Then I added more functionalities like comments notifications, tag creation notifications, issues, and push notifications.
I will update it with some changes probably this month :)