How to add a GitHub read me status card ? The username itself is a special repo ,also the readme.md. The markdown file can be used to customize the profile page's look and feel.

Wakatime.com

Wakatime is service for monitoring coding activity based on the editor you are using. It provides detailed usage statics. The service works with extension which is available for almost every code editor including VS Code. After the activation of the service , your coding activity will be monitored by the extension and pull the data to wakatime in real-time and will be available in the dashboard.

Include in read me

In the share section you can grab the embed able chart and the code will look like

<figure>https://wakatime.com/share/@codehat/694efed1-58d7-4245-a0f4-37a2268edd22.svg</figure>

We only need the url for our readme.md. Go to your profile and edit the read me page, add the image tag or use the markdown tag.

[!(https://wakatime.com/share/@codehat/694efed1-58d7-4245-a0f4-37a2268edd22.svg) ]

Anurag's readme API

There was a special GitHub ReadMe API which is featuring the Vercel's server less function. It is an API for generating GitHub user statistics as svg, the awesome work was done by Anurag Hazra. We can add variety of statics like, language bar, activity card and even a wakatime card using the image tag.

[![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=anuraghazra)](https://github.com/anuraghazra/github-readme-stats)

This free site is ad-supported. Learn more