Retrieving a persons Spotify playlist in Next.js
In this article, we will be authentication a user with the Spotify API and retrieving their playlists!
This is a super good example of using NextAuth.js in Next.js and talking to the Spotify API.
Don't worry if you don't have any experience yet. I'll...
h.daily-dev-tips.com6 min read
Vishwajeet Raj
Design โ Develop โ Deploy
This is amazing. I was actually working on cloning Spotify UI in expo (react native). Thanks for showing how we can fetch someone playlist.
I ll definitely implement this.