Skip to content

vlewin/svarog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svarog

This gem provides a simple way to send the notification messages via IRC or Mail

Getting Started

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"
}

About

This gem provides a simple way to send the notification mssages through IRC or Mail

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages