SoundNotifier

Sound notification library for guard

Installation

Add this line to your application's Gemfile:

group :development do
  ...
  gem 'notifanny', github: 'railsme/notiffany'
  gem 'sound_notifier'
  ...
end

And then execute:

$ bundle

Usage

Add to your Guardfile:

notification :sound

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/railsme/sound_notifier.