Skip to content

Instantly share code, notes, and snippets.

@Sutto
Created October 4, 2011 23:38
Show Gist options
  • Save Sutto/1263163 to your computer and use it in GitHub Desktop.
Save Sutto/1263163 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'rubygems'
require 'httparty'
require 'awesome_print'
ap HTTParty.get(ARGV[0]).parsed_response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment