Hey,
here’s my Jammming project:
Live: https://qapush-jammming.netlify.app/
Repository: GitHub - qapush/codecademy-jammming
Any feedback is appreciated
Hey,
here’s my Jammming project:
Live: https://qapush-jammming.netlify.app/
Repository: GitHub - qapush/codecademy-jammming
Any feedback is appreciated
Hey just a question as I am getting overwhelmed with this project and using yours as sort of “coding backwards” and I am super stuck on the Spotify Authorization. When I look in their documentation it seems super complicated and yours is a) very smooth and to the point and b) very different from someone else who has submitted theirs.
Where did you get the authorization and getToken code from? Did you make it yourself? Any advice for resources?
Hey @kiko_noia
yeah this project is really intimidating at first but we’re here to help each other!
I’ve found the idea of how to get the token by both looking here at forum and at the docs. And it schematically looks like this:
So my getToken function does this:
Hope this helps somehow