Is there any live fiddles with the Play Button and / or Metadata API implemented and working? (Outside of within native Spotify of course)
Looking at meta-documentation here: https://developer.spotify.com/technologies/web-api/search/
I am unable to create an environment, where I see anything; to poke around and try things with the code / API. I would love to just be able to create a sandbox seeing anything to work on top of. But the documentation seems to hardly exist.
Essentially; I am hopping to combine; https://developer.spotify.com/technologies/widgets/spotify-play-button/
With Meta-Search.
I understand I can see with this syntax: http://ws.spotify.com/search/1/track.json?q=artist:foo+fighters
But how to get a search in front of it; and spit it out after? This seems like a middle component I'm not sure what to do with.
I would simply like to create a search bar >> from that search bar you can enter an Artist >> this taps Spotify >> and spits out artist's playlists to listen to.
I would later on, like to go back in and create a filter to only spit out artist in which are having an event or concert within a specific area.