TheTeaCat / lastfm-tag-cloud

A last.fm tag cloud generator, built with Vue!
https://tagcloud.joshuarainbow.co.uk/
MIT License
31 stars 3 forks source link

Add hyperlinks for corresponting last.fm pages for each tag, artist & the user #4

Closed TheTeaCat closed 4 years ago

TheTeaCat commented 4 years ago

I didn't want to make any more calls to the last.fm API, so the urls for the user and artists are essentially just guesses by taking https://www.last.fm/user/ or https://www.last.fm/music/ and concatenating the user/artist name.

This works fine for now. Might not in the future. Who knows?!

The tags, however, should remain working as their urls are taken from the last.fm API; I get them anyway when I call artist.getTopTags, so it made sense to use them.