Get dynamically generated AtCoder stats on your READMEs!
Copy and paste this into your markdown content like Github readme.md
Change the ?username= value to your AtCoder username
[![](https://atcoder-stats-git-main-akmhmgc.vercel.app/api?username=crazyhama)](https://github.com/akmhmgc/atcoder-stats)
This API endpoint is deployed using Vercel's free plan.
If you are concerned about the limitations, you may want to deploy it yourself following the steps below.
- Compile Typescript to Javascript
$ npm build
- Deploy Serverless Functions
$ vercel deploy
For more infomation, please check here.
For sure inspired by awesome repo GitHub Readme Stats