Skip to content

Instantly share code, notes, and snippets.

/spotify Secret

Created September 15, 2016 19:38
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 anonymous/72e3bb2ed6a16319380ec1c6187fb311 to your computer and use it in GitHub Desktop.
Save anonymous/72e3bb2ed6a16319380ec1c6187fb311 to your computer and use it in GitHub Desktop.
require 'httparty'
url = 'https://api.spotify.com/v1/search?type=artist&q=tycho'
response = HTTParty.get(url)
data = response.parsed_response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment