Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Code::Stats Readme
Get dynamically generated Code::Stats stats on your readmes!
Features
Profile Card
Copy paste this into your markdown content, and that's it. Simple!
Change the ?username=
value to your GitHub's username.
[](https://github.com/Aviortheking/codestats-readme)
Options
History Card
Shows your XP history as it's shown on your profile.
Copy-paste this code into your readme and change the links.
Endpoint: api/history?username=Aviortheking
[](https://github.com/aviortheking/codestats-readme)
Options
Top Languages Card
Top languages card shows user's top languages.
Copy-paste this code into your readme and change the links.
Endpoint: api/top-langs?username=anuraghazra
[](https://github.com/aviortheking/codestats-readme)
Options
Common Options
Options Name | Preview | Description |
---|---|---|
title_color | Change the title color ex: &title_color=654321 |
|
bg_color | Change the background color ex: &bg_color=654321 |
|
hide_border | Hide the border ex: &hide_border |
|
hide_title | Hide the title ex: &hide_border |
|
theme | See #themes | |
cache_seconds | set the cache header manually (min: 1800, max: 86400) ex: &cache_seconds=86400 Default: 1800 or 30 minutes |
With inbuilt themes you can customize the look of the card without doing any manual customization.
Use ?theme=THEME_NAME
parameter like so :-

All inbuilt themes :-
dark, radical, merko, gruvbox, tokyonight, onedark, cobalt, synthwave, highcontrast, dracula
You can look at a preview for all available themes or checkout the theme config file & you can also contribute new themes if you like :D
Quick Tip (Align your Cards)
You usually won't be able to layout the images side by side. To do that you can use this approach:
<a href="https://github.com/aviortheking/codestats-readme">
<img align="center" src="https://codestats-readme.vercel.app/api?username=aviortheking" />
</a>
<a href="https://github.com/aviortheking/codestats-readme">
<img align="center" src="https://codestats-readme.vercel.app/api/top-langs/?username=aviortheking" />
</a>
Deploy on your own Vercel instance
Guide on setting up Vercel 🔨
- Go to vercel.com
- Click on
Log in
- Sign in with GitHub by pressing
Continue with GitHub
- Sign into GitHub and allow access to all repositories, if prompted
- Fork this repo
- Go back to your Vercel dashboard
- Select
Import Project
- Select
Import Git Repository
- Select root and keep everything as is (leave everything as is, just name it something, it can be anything you want)
- Click deploy, and you're good to go. See your domains to use the API!
Contributions are welcomed! <3
Made with ❤️ and Typescript.