This is a lab project that shows the usage of Next.js with TypeScript to consume Spotify API.
Deploy the example using Vercel:
Download:
git clone [repo] spotify-lab
cd spotify-lab
Install it and run:
npm install
npm run dev
# or
yarn
yarn dev
Deploy it to the cloud with Vercel (Documentation).
- Login with Spotify account
- Search for albums, artists, tracks
- See a neat catalog
- Add tracks to your playlist
- Save playlist into Spotify account
- Show users playlist
- Autoplay in app
- Manage loading states better