Add a random saved album to your queue.
To run this you will need:
- A Node.js LTS environment or later.
- A Spotify Developer Account
Create an app in your Spotify Developer Dashboard,
set the redirect URI to http://localhost:5173/Spotify_RAS/
and copy your Client ID.
Clone the repository, replace the value for clientId in /src/script.ts
with your own Client ID and run:
npm install
npm run dev
npx tailwindcss -i ./src/input.css -o ./tailwind.css --watch
A live demo is available at https://maggick.fr/Spotify_RAS/. As the application is still in Spotify "Development mode" you need to be added manually to the list of authorized user (spotify username and email required).