Hi Codeforces!
Recently, GitHub introduced a new feature in GitHub profile. In short, if you create a special repository with a name same with your GitHub username, its README.md file will appear on your main page, just like this.
While I was thinking about what to write in my profile, I thought it would be great if there is a way to make badges that show my ratings of competitive programming platforms such as Codeforces, TopCoder, and AtCoder. I first googled to find out if there is already someone who created such badges, but I couldn't. (Perhaps because I am a bad googler...)
So I decided to make my own! Fortunately, Shields.io offers great features to customize your own badges. I used Shields.io functionality together with CF, TC, AC APIs to build a very simple server that serves badge images. It works like this:
https://run.kaist.ac.kr/badges/codeforces/jo_on.svg
https://run.kaist.ac.kr/badges/topcoder/kuratowski.svg
https://run.kaist.ac.kr/badges/atcoder/topology.svg
↓
How do they look like?