adamgrieger/spotify-web-api-ts

Add instructions on how to get an access token.

Closed this issue · 0 comments

The README's example says:

const spotify = new SpotifyWebApi({ accessToken: '<YOUR_ACCESS_TOKEN_HERE>' });

It would be useful to know how to generate that access token.