This is a small little project that uses the Sp[otify API.
I believe in making random little things like this as a learning experiment. I want to eventually make a Svelte course, but first I need to get a good grasp on making things in Svelte.
Make client and get public/secret at Spotify Developer Dashboard.
Set redirect uri to http://localhost:5173/
.
npm install
npm dev
...login
to connect with your Spotify Account.After this, you should be able to click through your playlists and play around.