Skip to content

Instantly share code, notes, and snippets.

@agoddard
Created June 15, 2013 02:09
Show Gist options
  • Save agoddard/5786493 to your computer and use it in GitHub Desktop.
Save agoddard/5786493 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'open-uri'
require 'json'
puts "Everything is fine, you have plenty of credits, things are just great."
puts "None of your checks are down, you don't even need to worry."
puts "Also, " + JSON.parse(open('http://irish-toast.herokuapp.com').read)['toast']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment