mirror of
https://github.com/Floriansylvain/spotify-playlist-embed.git
synced 2026-08-19 11:43:17 +02:00
8fe9394b6bba896604249c1c7b83bc5c2ee5927e
The commit introduces several changes to improve the user interface and experience of the Audio Player. Major updates were made in the styling of audioPlayer.css, audioPlayer.tsx and src/app/playlist/[playlistId]/page.tsx. The UX was enhanced by adding a function to automatically synchronize scrolling with the song being played in the playlist. Also, a new feature has been added to make the track name a clickable link redirecting users to the song on Spotify. The Spotify logo was added in SVG format for better quality.
spotify-playlist-embed
Getting Started
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Environment variables
| Name | Type | Comment |
|---|---|---|
| CLIENT_ID | string | required |
| CLIENT_SECRET | string | required |
Languages
TypeScript
91.7%
CSS
6.1%
JavaScript
2.2%