Created
June 15, 2013 02:09
-
-
Save agoddard/5786493 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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