Skip to content

Instantly share code, notes, and snippets.

@maier-stefan
Created October 5, 2014 14:11
Show Gist options
  • Save maier-stefan/b1c811ce8e5ec87a6755 to your computer and use it in GitHub Desktop.
Save maier-stefan/b1c811ce8e5ec87a6755 to your computer and use it in GitHub Desktop.
Get_DATA_FROM_APPLE
def get_data_from_apple id
@object = JSON.parse(open("https://itunes.apple.com/lookup?id=#{id}").read)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment