Spotify client built with TypeScript
This is a lab project that shows the usage of Next.js with TypeScript to consume Spotify API.
Deploy your own
Deploy the example using Vercel:
How to use it?
Technologies
Setup
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).
Features
- Login with Spotify account
- Search for albums, artists, tracks
- See a neat catalog
- Add tracks to your playlist
- Save playlist into Spotify account
To do
- Show users playlist
- Autoplay in app
- Manage loading states better