Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/omidnikrah/github-readme-stackoverflow

📊. Dynamically generated your StackOverflow status on your GitHub READMEs!
https://github.com/omidnikrah/github-readme-stackoverflow

github-profile github-profile-markdown github-profile-readme github-readme stackoverflow

Last synced: 2 months ago
JSON representation

📊. Dynamically generated your StackOverflow status on your GitHub READMEs!

Lists

README

        




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 StackOverflow's userID.

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

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

#### 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](https://github-readme-stackoverflow.vercel.app/?userID=6558042&layout=compact)](https://stackoverflow.com/users/6558042/omid-nikrah)
[![Omid Nikrah StackOverflow](https://github-readme-stackoverflow.vercel.app/?userID=6558042&layout=compact&theme=dark)](https://stackoverflow.com/users/6558042/omid-nikrah)


## Options
| Name | Description | Default value |
| ---------- | ------------------------------- | -------------------------- |
| userID | Your StackOverflow userID | REQUIRED |
| theme | Theme of the StackOverflow card (light or dark) | light |
| layout | Layout of the StackOverflow card (compact or default) | default |


## Contributors
- [Omid Nikrah](https://github.com/omidnikrah)
- [Soroush Chehresa](https://github.com/soroushchehresa)


## Deploy your own
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/git?s=https://github.com/omidnikrah/github-readme-stackoverflow)