{"id":29275834,"url":"https://github.com/peterroe/vue-icon-cloud","last_synced_at":"2026-03-06T10:32:15.726Z","repository":{"id":288117613,"uuid":"966893620","full_name":"peterroe/vue-icon-cloud","owner":"peterroe","description":"Rendering an interactive icon cloud","archived":false,"fork":false,"pushed_at":"2025-04-18T15:55:22.000Z","size":5228,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-16T11:53:30.157Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://peterroe.github.io/vue-icon-cloud/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/peterroe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-15T15:59:43.000Z","updated_at":"2025-04-18T15:55:22.000Z","dependencies_parsed_at":"2025-04-15T17:24:52.265Z","dependency_job_id":"4c20184f-0991-4705-b26a-24d92b708fe0","html_url":"https://github.com/peterroe/vue-icon-cloud","commit_stats":null,"previous_names":["peterroe/vue-icon-cloud"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/peterroe/vue-icon-cloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterroe%2Fvue-icon-cloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterroe%2Fvue-icon-cloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterroe%2Fvue-icon-cloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterroe%2Fvue-icon-cloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterroe","download_url":"https://codeload.github.com/peterroe/vue-icon-cloud/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterroe%2Fvue-icon-cloud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30171869,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-07-05T07:11:18.418Z","updated_at":"2026-03-06T10:32:15.696Z","avatar_url":"https://github.com/peterroe.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue Icon Cloud\n\nA Vue component for displaying an icon cloud, supporting icons and SVGs.\n\n## Install\n\n```bash\n$ pnpm install vue-icon-cloud\n```\n\n## Usage\n\nBasic usage:\n\n```vue\n\u003ctemplate\u003e\n  \u003cIconCloud\n    :images=\"images\"\n  \u003e\u003c/IconCloud\u003e\n\u003c/template\u003e\n\u003cscript setup lang=\"ts\"\u003e\nimport IconCloud from 'vue-icon-cloud'\n\nconst slugs = ref([\n  \"typescript\", \"javascript\", \"dart\", \"react\", \"flutter\", \"android\", \"html5\", \"css3\", \n  \"nodedotjs\", \"express\", \"nextdotjs\", \"prisma\", \"postgresql\", \"firebase\", \"nginx\", \n  \"vercel\", \"testinglibrary\", \"jest\", \"cypress\", \"docker\", \"git\", \"jira\", \"github\", \n  \"gitlab\", \"androidstudio\", \"sonarqube\", \"figma\"\n])\n\nconst images = computed(() =\u003e {\n  return slugs.value.map(\n    (slug) =\u003e `https://cdn.simpleicons.org/${slug}/${slug}`,\n  );\n})\n\u003c/script\u003e\n```\n\nMore Usage: visit [document](https://peterroe.github.io/vue-icon-cloud/guide/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterroe%2Fvue-icon-cloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterroe%2Fvue-icon-cloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterroe%2Fvue-icon-cloud/lists"}