Help Wizard

Step 1

NEXT STEP

Adding vanilla JS examples

Adding vanilla JS examples

Hi, I tried using the Spotify Web API and it was a great experience.
On the main page I started with, I saw that some of examples(https://github.com/spotify/web-api-examples) use the express framework to trigger the authorization request.
I think this framework is pretty good, but just using vanilla JS will suffice for training purposes.
So, I challenged myself and implemented some of the features that the Spotify Web API can provide.
I would like my work to be added to the Spotify Web API implementation examples. What is necessary for this?
Link to the project below
https://github.com/semklim/SpotifyAPI_Exame_Step

 

Reply
2 Replies

I think your idea is similar to the Authorization Code with PKCE Flow.

 

Yes, something is similar. I started wrote code before Spotify had redesign . Url to example of using spotify web api has code where (express and var). I think, time to refresh that repository

Suggested posts