Skip to content

viniciuseduardo/notifiers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notifiers

Use notifications in a simple and elegant way. :)

Install

 gem install notifiers

Usage

 require 'notifiers'
 include Notifiers

Growl

 growl.message('Hi Growl!').image('my_image.png').priority(2).name('my_app').notify!

Lib_Notify

 notify_send.image('my_image.png').message('Hi Growl').notify!

Obs.: #notify_send is an alias to #lib_notify .

Knotify

 knotify.title('Hello World').message('Hi!').notify!

Why I created this gem?

Only one explanation:

Because is fun! =)

About

Use notifications in a simple and elegant way. :)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%