Skip to content

Instantly share code, notes, and snippets.

@phiggins
Created August 28, 2013 02:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phiggins/6361504 to your computer and use it in GitHub Desktop.
Save phiggins/6361504 to your computer and use it in GitHub Desktop.
require 'net/http'
require 'json'
require 'uri'
require 'pp'
uri = URI(ARGV[0])
pp JSON.parse(Net::HTTP.get_response(uri).body)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment