Skip to content
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

Open
atinux opened this issue Feb 8, 2021 — with Volta.net · 5 comments
Open

Create badges #19

atinux opened this issue Feb 8, 2021 — with Volta.net · 5 comments
Labels
enhancement New feature or request

Comments

Copy link
Member

atinux commented Feb 8, 2021

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...

@atinux atinux added the enhancement New feature or request label Feb 8, 2021 — with Volta.net
Copy link
Member Author

atinux commented Aug 12, 2022

Should not be hard to create now with a server api route, WDYT @bdrtsky ?

Worth trying or we skip it?

Copy link
Contributor

bdrtsky commented Aug 14, 2022

Not sure, what exactly is the badge? On showcase info page?

Copy link
Contributor

bdrtsky commented Aug 14, 2022

Group 1.png

Something like this @atinux

Copy link
Member Author

atinux commented Aug 16, 2022

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

/api/badges/framework:vue;ui:tailwind-css will generates:

{
  "schemaVersion": 1,
  "label": "Websites",
  "message": "5.9k",
  "color": "brightgreen"
}

@bdrtsky
Copy link
Contributor

bdrtsky commented Aug 28, 2022

Oh I see, you mean badges for Nuxt Module README's @atinux ?
Great idea, I will look into how to customize this SVG nicely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants