oscarb / spotify-like-me

Adds currently playing track to library and related playlists
0 stars 0 forks source link

Redirect to authorization url #8

Open oscarb opened 2 years ago

oscarb commented 2 years ago

Instead of just printing the authorization URL, redirect the browser there instead.

oscarb commented 2 years ago

Shouldn't be more difficult than

  res.redirect(spotifyApi.createAuthorizeURL(scopes));