lastfm-tag-cloud is a vue.js-based last.fm tag cloud generator to create a nice-looking tag cloud from any artist you select.
How are tags selected and resized?
Artists are sampled (up to the size and from the time period you specify) from last.fm via the user.getTopArtists
endpoint. For each artist, their top tags are fetched, using the artist .getTopTags
.
What does a tag filter do?
The tag filter checks tags against a list of offensive words, ‘all’, ‘watch live’ and a geohash filter to remove overly generic/obscene tags.
How to make use of it:
Install & Download:
import Vue from 'vue' import App from './App.vue' import '@/assets/scss/style.scss' import VueRouter from 'vue-router' Vue.use(VueRouter) var router = new VueRouter({ mode: 'history', routes: [] }); import VueCookies from 'vue-cookies' Vue.use(VueCookies) Vue.$cookies.config('7d') Vue.config.productionTip = false new Vue({ router, render: h => h(App), }).$mount('#app')
last.fm Tag Cloud Generator, lastfm-tag-cloud Plugin/Github
See Demo And Download
Official Website(TheTeaCat): Click Here
This superior jQuery/javascript plugin is developed by TheTeaCat. For extra advanced usage, please go to the official website.
Be First to Comment