Skip to content

Latest commit

 

History

History
67 lines (46 loc) · 3.16 KB

File metadata and controls

67 lines (46 loc) · 3.16 KB

GitHub Readme StackOverflow

Show your StackOverflow profile status on your READMEs!


Usage

Copy paste following markdown into your markdown content, and that's it. Easy Easy Tammam Tammam!

Change the ?userID= value to your StackExchange userID (for the relevant site).

[![Omid Nikrah StackOverflow](https://github-readme-stackoverflow.vercel.app/?userID=6558042)](https://stackoverflow.com/users/6558042/omid-nikrah)

Omid Nikrah StackOverflow Omid Nikrah StackOverflow

Compact Layout

If you want to have a compact layout, just you need to add layout=compact as a parameter. Check out the options.

Omid Nikrah StackOverflow Omid Nikrah StackOverflow

Other Sites

You can use other StackExchange sites instead of StackOverflow too, such as Biology StackExchange or AskUbuntu. Just add site={SITE} as a parameter. Examples:

  • site=biology
  • site=askubuntu
  • site=money

The site name provided as a parameter must be the same as the domain for that site. For example, Personal Finance and Money StackExchange has a URL of money.stackexchange.com, so site=money must be provided.

Warning Different sites have different userIDs. So your StackOverflow userID will not be the same as your Biology StackExchange userID.

Zohan Subhash Biology.SE Zohan Subhash Biology.SE


Options

Name Description Default value
userID Your StackExchange userID REQUIRED
theme Theme of the StackOverflow card (light or dark) light
layout Layout of the StackOverflow card (compact or default) default
site Which StackExchange site to get the data from stackoverflow

Contributors


Deploy your own

Deploy with Vercel