I am trying to use this script: https://github.com/peol/node-spotify
And I can't figure out how to make
spotify.search({ type: 'track', query: 'dancing in the moonlight' }, function(err, data){
return data;
});
data globaly available?
i tried like butin var data =
in front of that but it didn't help