Skip to content

JasonWei512/Microsoft-Store-Badge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

35 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Try it out!

πŸ‘‰ Microsoft Store Badge Generator

Introduction

A web app to generate a rating badge for your Microsoft Store app.

Add the badge to your GitHub README or website.

The rating on badge will be updated every 12 hours.

Examples

Ambie

NanaZip

Hi-Fi Rush

How does it work

  • The WebAPI folder:

    • An ASP.NET Core web API providing app ratings

    • Uses StoreLib to get app rating

    • The API response is consumed by Shields.IO to generate an endpoint badge

    • Code on main branch will be deployed to Fly.io automatically

  • The WebUI folder:

    • A Vue web app to help you generate badges

    • Code on main branch will be deployed to GitHub Pages automatically

Known issues

Due to StoreLib's limitation, generating badges for unpackaged Win32 apps (like PowerToys and VSCode) is not supported.

Acknowledgements

✨ More Microsoft Store dev tools