This project used the API of https://codestats.net and creates a chart with https://quickchart.io/
Structure of the url is: https://code-stats-maorun.vercel.app/api/codestats/{user}/top/{count}
for markdown:
[![Top Langs](https://code-stats-maorun.vercel.app/api/codestats/{user}/top/{count})] \
(https://codestats.net/users/{user})]
https://code-stats-maorun.vercel.app/api/codestats/maorun/top/10
results in
https://code-stats-maorun.vercel.app/api/codestats/maorun/top/5
results in
No cache is used. Each request goes to the code:stats-API and redirects to quickchart.io with the collected data (which renders the image).