Home My Projects Photos Blog

TunePalette

30/10/24

I've been churning out little projects over the last few weeks and I decided last night to finally start trying to get some experience with Web APIs. I decided to try Spotify out for size as I listen to music daily, giving myself plenty of test data.

It's a pretty simple app, just returning some of the top listening stats for the user when they log in. It's more just practice with retrieving data and parsing it into a readable format.

I'm hosting the app on this site, which you can try out here. The source is available on the GitHub Repo, albeit trimmed down.