nareddyt / discover-rewards-notifier

A Chrome Extension that shows a notification when visiting sites that qualify for Discover® Deals or Cashback Rewards.
https://www.tejunareddy.com/discover-rewards-notifier/
GNU General Public License v3.0
6 stars 14 forks source link

Number of users & rating status badges #33

Closed nareddyt closed 6 years ago

nareddyt commented 6 years ago

We would like to add status badges to the main README showing the number of end-users and the current rating of our Chrome Extension. Here are some mock static badges (created using www.shield.io) that demonstrate what we want:

Users Ratings

This would allow devs to understand the impact their contributions have.

Data is publicly available on the Chrome Webstore Listing. See image below:

image

nareddyt commented 6 years ago

Might want to try Googling for a API that provides ratings and users

nareddyt commented 6 years ago

Found some code on this repo that does this!

Ratings: https://img.shields.io/chrome-web-store/rating/ndgeljpfnjlnmbgekhjkchhhgoiipnfi.svg?label=Rating Users: https://img.shields.io/chrome-web-store/users/ndgeljpfnjlnmbgekhjkchhhgoiipnfi.svg?label=Users

We just need to embed this as badges in the README.md. I'll do this later today.