Florian Sylvain 8fe9394b6b feat/clean: styling and feature enhancements
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.
2023-11-16 16:45:27 +01:00
2023-11-08 13:58:59 +01:00
2023-11-09 23:25:01 +01:00
2023-11-09 23:25:01 +01:00
2023-11-09 23:25:01 +01:00
2023-11-09 23:25:01 +01:00

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
S
Description
No description provided
Readme
94 KiB
Languages
TypeScript 91.7%
CSS 6.1%
JavaScript 2.2%