issues
search
peddybeats
/
jukebox
A customizable Spotify playlist generator that learns your music taste over time
http://jukebox.peddy.ai
0
stars
2
forks
source link
Implement getRecommendations Spotify wrapper
#41
Closed
peddybeats
closed
7 years ago
peddybeats
commented
7 years ago
in app.js
Expose getRecommendations that wraps Spotify API's getRecommendations call
interface: getRecommendations(accessToken, [seedTracks], {defaultParams})
transform seedtracks and defaultparams to fit the spec in
here
seedtracks will become seed
tracks and defaultparams will become target
*
peddybeats
commented
7 years ago
63