To get working simply:
- Download these source files/clone the repo
- gem install sinatra
- gem install pusher
- Sign up for Pusher
mv src/config.example.rb src/config.rb- Replace the
YOUR_variable values with your Pusher App credentials - Start the Sinatra app by running
ruby -rubygems myapp.rb
Navigate to http://localhost:4567/index.html
- Click the
Triggerbutton to trigger an event. - Check the
Exclude me from event messagecheckbox and click theTriggerbutton. The event will be triggered but you will not receive the event. For more information see Excluding Recipients.