Back

Music Graph

Tech: ts,mongodb,react
------------------------------------------------------------------------------------------------------------------------------------

Similar train of thought as Music Match, I wanted a fun way to visualize your taste in music. This time I tried to represent it as a graph, where the nodes are artists and the edges are genres those artists have in common.

This used the Spotify API to fetch your top 30 most listened to artists.

One lesson learned was that Spotify's genres are extremely granular, so it ended up being more sparse than I would have hoped for.