or-yam / wilcobadge

Wilco stats badge generator

Home Page:https://wilcobadge.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wilcobadge

A dynamic Wilco stats badge generator

How to use

Just use this url with your Wilco user-name inside an image tag:

https://wilcobadge.vercel.app/api/handler?wilconame=<YOUR WILCO USER-NAME>

Example:

<img src="https://wilcobadge.vercel.app/api/handler?wilconame=or-yam" />

Info

Built with Typescript and deployed to Vercel edge functions. The function fetch the user data from the Wilco API and generate SVG based on the user's data.

info

 graph LR;
      Client==>Vercel-Function{{Vercel-Function}};
      Vercel-Function==>Wilco-API{{Wilco-API}};
      Wilco-API-->Vercel-Function;
      Vercel-Function-->Client;
      style Vercel-Function fill:#a4a4a7
      style Wilco-API fill:#dc30b3
      style Wilco-API color:#fff
      style Client fill:#5021ee
      style Client color:#fff

About

Wilco stats badge generator

https://wilcobadge.vercel.app


Languages

Language:TypeScript 62.2%Language:CSS 20.9%Language:HTML 16.9%