You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2019. It is now read-only.
I think it would be really cool, if we can add an installation badge in README.md of your application repository.
It could look something like this:
How to add this badge in your repository?
I am using Dynamic Badge feature provided by Sheilds.io. Using this, one can add dynamic badges to show number of installations of the application.
Here's a template to know installations of your app: https\://img.shields.io/badge/dynamic/json.svg?label={LABEL}&url={DEPLOYMENT-URL}/stats&query={QUERY}&colorB={HEXCODE}&style={SOME-STYLE}
Here's how to configure the badge using above template ☝️
Placeholder
Replace with
{LABEL}
Install (Or Installations, or whatever name you would like to add)
{DEPLOYMENT-URL}
URL where you have deployed your app. (Note: This will only work if you have enabled stats for your app
{QUERY}
Uses jsonpath, for probot app, this should be $.installations