Skip to content

Instantly share code, notes, and snippets.

@jandudulski
Created October 19, 2011 13:45
Show Gist options
  • Save jandudulski/1298320 to your computer and use it in GitHub Desktop.
Save jandudulski/1298320 to your computer and use it in GitHub Desktop.
Stream notifier for earthquake
# coding: utf-8
Earthquake.init do
output do |item|
if item["_stream"] && item["text"]
notify item["text"], title: "#{item["user"]["name"]} (#{item["user"]["screen_name"]})"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment