Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 995 Bytes

File metadata and controls

33 lines (20 loc) · 995 Bytes

Random Spotify album selector

Add a random saved album to your queue.

Pre-requisites

To run this you will need:

Usage

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

Live Demo

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).