-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create badges #19
Comments
Should not be hard to create now with a server api route, WDYT @bdrtsky ? Worth trying or we skip it? |
Not sure, what exactly is the badge? On showcase info page? |
Something like this @atinux |
More like something like this: https://img.shields.io/badge/websites-12k-brightgreen They seem to have and endpoint we could maybe generate? https://shields.io/endpoint
{
"schemaVersion": 1,
"label": "Websites",
"message": "5.9k",
"color": "brightgreen"
} |
Oh I see, you mean badges for Nuxt Module README's @atinux ? |
We shall have a badge to add on Vue libraries / Nuxt modules to display the number of websites made with it.
Example for Nuxt:
ˋWebsites: 11K`
Url might be directly using a Netlify function to render an SVG.
vuetelescope.com/badge.svg?query...
The text was updated successfully, but these errors were encountered: