This gem provides a simple way to send the notification messages via IRC or Mail
git clone https://github.com/vlewin/svarog.git
sudo bundle install
thin start -p <PORT> -d Svarog accepts POST requests on http://localhost:<PORT>
Required parameters:
{
"sender" => "stealth-new",
"text" => "Notification message",
"type" => "warning"
}