Project: Spotify Client
What is it?
- Connects to the Spotify API via OAuth to read library data
- Provides a more visual, browsable alternative to the default Spotify album view
- Hosted on Demo Garden as a containerized app
- Includes a scrobbler to keep track what I have been listening to
Backstory
The default Spotify UI makes it hard to browse a large album library — albums are shown in a grid with little information density, and there is no way to sort or filter them the way I wanted. This project started as a way to visualize my own Spotify library more clearly and in a more fun way (it lets me filter by genre for example), and it was a good excuse to work with the Spotify Web API for the first time.
It also became a useful early test of the Demo Garden's ability to host apps that depend on OAuth flows and external APIs — not just static sites or purely backend services.