Skip to content

ddn/spotify-member-music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Member Music

Spotify Apps Tutorial home screen

This Spotify App pulls a list of playlists via a REST request, then randomly cycles through them playing a song from each.

Installation

  1. Sign up for a developer account on Spotify
  2. Open Terminal, mkdir ~/Spotify
  3. cd ~/Spotify
  4. git clone git://github.com/ddn/spotify-member-music.git
  5. Download the latest version of Spotify
  6. Open Spotify and type "spotify:app:member-music" in the search bar (restart Spotify completely in case it doesn't find the App at first)

More information

Your REST API should return a JSON encoded array of a name and a URL such as:

[{"uri":"http://open.spotify.com/user/ddn3d/playlist/4dnoJs5ZZgDK9B21pAJhpg","name":"David Dellanave"}]

About

Plays music from multiple playlists pulled via REST request

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published