{"id":26355892,"url":"https://github.com/kshirish/populartags","last_synced_at":"2025-07-12T15:39:18.375Z","repository":{"id":20163605,"uuid":"23434260","full_name":"kshirish/PopularTags","owner":"kshirish","description":"This jquery plugin renders tags(font-size, color) based upon their priority. ","archived":false,"fork":false,"pushed_at":"2014-08-28T17:10:39.000Z","size":148,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-03-15T22:03:39.084Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kshirish.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-28T16:03:49.000Z","updated_at":"2024-03-15T22:03:39.085Z","dependencies_parsed_at":"2022-09-03T07:20:10.024Z","dependency_job_id":null,"html_url":"https://github.com/kshirish/PopularTags","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kshirish%2FPopularTags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kshirish%2FPopularTags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kshirish%2FPopularTags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kshirish%2FPopularTags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kshirish","download_url":"https://codeload.github.com/kshirish/PopularTags/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243871892,"owners_count":20361380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-16T13:18:22.468Z","updated_at":"2025-03-16T13:18:23.341Z","avatar_url":"https://github.com/kshirish.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"PopularTags\n===========\n\nThis jquery plugin renders tags(font-size, color) based upon their priority. \n\n\nDOCUMENTATION\n===========\nJust below code to start and you're done !\n\n$(document).ready(function(){\n\t\t\t\t\n\t\t\t\tvar fontMin = 20, fontMax = 45;\n\t\t\t\t\n\t\t\t\t// each tag should have a priority as well as an id through which they can be distinguished among each other\n\t\t\t\tvar items = [\n\t\t\t\t{\n\t\t\t\t\tid: 1,\n\t\t\t\t\ttitle: \"Rain\",\n\t\t\t\t\tpriority: 4\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tid: 2,\n\t\t\t\t\ttitle: \"Food\",\n\t\t\t\t\tpriority: 4\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tid: 3,\n\t\t\t\t\ttitle: \"LOVE\",\n\t\t\t\t\tpriority: 1\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tid: 5,\n\t\t\t\t\ttitle: \"Linux\",\n\t\t\t\t\tpriority: 0\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tid: 4,\n\t\t\t\t\ttitle: \"Blog\",\n\t\t\t\t\tpriority: 1\n\t\t\t\t}];\n\n        //passon json as data and font-range to setTags()\n\t\t\t\t$('#tagContainer').setTags(items, fontMin, fontMax);\n\t});\n\n\nLOOKS SOMETHING LIKE THIS !\n![demo](http://oi57.tinypic.com/ff73hf.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkshirish%2Fpopulartags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkshirish%2Fpopulartags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkshirish%2Fpopulartags/lists"}