{"id":16495865,"url":"https://github.com/jasonwei512/microsoft-store-badge","last_synced_at":"2025-10-27T23:31:26.687Z","repository":{"id":152865836,"uuid":"623443497","full_name":"JasonWei512/Microsoft-Store-Badge","owner":"JasonWei512","description":"🏅 Generate a rating badge for your Microsoft Store app.","archived":false,"fork":false,"pushed_at":"2024-03-09T06:51:46.000Z","size":111,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-02-01T09:04:30.472Z","etag":null,"topics":["microsoft-store","windows"],"latest_commit_sha":null,"homepage":"https://JasonWei512.github.io/Microsoft-Store-Badge","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/JasonWei512.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}},"created_at":"2023-04-04T11:38:00.000Z","updated_at":"2024-11-13T08:30:53.000Z","dependencies_parsed_at":"2023-07-23T20:05:40.574Z","dependency_job_id":null,"html_url":"https://github.com/JasonWei512/Microsoft-Store-Badge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonWei512%2FMicrosoft-Store-Badge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonWei512%2FMicrosoft-Store-Badge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonWei512%2FMicrosoft-Store-Badge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonWei512%2FMicrosoft-Store-Badge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JasonWei512","download_url":"https://codeload.github.com/JasonWei512/Microsoft-Store-Badge/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238574328,"owners_count":19494721,"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":["microsoft-store","windows"],"created_at":"2024-10-11T14:33:09.227Z","updated_at":"2025-10-27T23:31:26.682Z","avatar_url":"https://github.com/JasonWei512.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Try it out!\n\n👉 **[Microsoft Store Badge Generator](https://JasonWei512.github.io/Microsoft-Store-Badge)**\n\n# Introduction\n\nA web app to generate a rating badge for your Microsoft Store app.\n\nAdd the badge to your GitHub README or website.\n\nThe rating on badge will be updated every 12 hours.\n\n# Examples\n\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fmicrosoft-store-badge.fly.dev%2Fapi%2Frating%3FstoreId%3D9NF7JTB3B17P%26market%3DUS\u0026style=flat\u0026color=brightgreen)](https://apps.microsoft.com/detail/9NF7JTB3B17P)\n\n[![Ambie](https://img.shields.io/endpoint?url=https%3A%2F%2Fmicrosoft-store-badge.fly.dev%2Fapi%2Frating%3FstoreId%3D9P07XNM5CHP0%26market%3DUS\u0026style=flat-square\u0026label=Ambie\u0026color=orange\u0026logo=Windows)](https://apps.microsoft.com/detail/9P07XNM5CHP0)\n\n[![NanaZip](https://img.shields.io/endpoint?url=https%3A%2F%2Fmicrosoft-store-badge.fly.dev%2Fapi%2Frating%3FstoreId%3D9N8G7TSCL18R%26market%3DUS\u0026style=social\u0026label=NanaZip\u0026color=brightgreen\u0026logo=)](https://apps.microsoft.com/detail/9N8G7TSCL18R)\n\n[![Hi-Fi Rush](https://img.shields.io/endpoint?url=https%3A%2F%2Fmicrosoft-store-badge.fly.dev%2Fapi%2Frating%3FstoreId%3D9NFTC552K3GJ%26market%3DUS\u0026style=for-the-badge\u0026label=Hi-Fi+Rush\u0026color=brightgreen\u0026logo=Xbox)](https://apps.microsoft.com/detail/9NFTC552K3GJ)\n\n# How does it work\n\n- The [WebAPI](./WebAPI/) folder:\n\n  - An ASP.NET Core web API providing app ratings\n\n  - Uses [StoreLib](https://github.com/StoreDev/StoreLib) to get app rating\n\n  - The API response is consumed by [Shields.IO](https://shields.io) to generate an [endpoint badge](https://shields.io/endpoint)\n\n  - Code on `main` branch will be deployed to [Fly.io](https://fly.io) automatically\n\n- The [WebUI](./WebUI/) folder:\n\n  - A Vue web app to help you generate badges\n\n  - Code on `main` branch will be deployed to GitHub Pages automatically\n\n# Known issues\n\nDue to [StoreLib](https://github.com/StoreDev/StoreLib)'s limitation, generating badges for unpackaged Win32 apps (like [PowerToys](https://apps.microsoft.com/store/detail/XP89DCGQ3K6VLD) and [VSCode](https://apps.microsoft.com/store/detail/XP9KHM4BK9FZ7Q)) is not supported.\n\n# Acknowledgements\n\n- Inspired by [infinitepower18/msstore-shields](https://github.com/infinitepower18/msstore-shields)\n\n# ✨ More Microsoft Store dev tools\n\n- [JasonWei512/Upload-Microsoft-Store-MSIX-Package-to-GitHub-Release](https://github.com/JasonWei512/Upload-Microsoft-Store-MSIX-Package-to-GitHub-Release)\n  \n  🤖 A GitHub action to upload Microsoft Store-signed MSIX packages to GitHub release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonwei512%2Fmicrosoft-store-badge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasonwei512%2Fmicrosoft-store-badge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonwei512%2Fmicrosoft-store-badge/lists"}