Show off your gacha game stats on your GitHub profile!
Generate shields.io style badges, like this!
Also works with Honkai: Star Rail!
This is a fully serverless app designed to run on Cloudflare Workers. It could probably be used on other platforms, such as Vercel, with minimal changes.
Learn more and use the hosted version at https://enkabadges.mikn.dev/ or clone this repo and run
bun run deploy
to deploy your own version.
To start the development server run:
bun run dev
Open http://localhost:3000/ with your browser to see the result.
- Enka.Network for providing the player data
- enkanetwork.js an easy to use API wrapper for Enka.Network
- badge-maker for badge generation
- This article for teaching me how to use Elysia on Workers