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: about 2 months ago
JSON representation
📊. Dynamically generated your StackOverflow status on your GitHub READMEs!
- Host: GitHub
- URL: https://github.com/omidnikrah/github-readme-stackoverflow
- Owner: omidnikrah
- Created: 2020-07-29T21:57:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T19:52:52.000Z (10 months ago)
- Last Synced: 2024-07-31T20:28:55.088Z (4 months ago)
- Topics: github-profile, github-profile-markdown, github-profile-readme, github-readme, stackoverflow
- Language: JavaScript
- Homepage: https://github-readme-stackoverflow.vercel.app
- Size: 43.9 KB
- Stars: 154
- Watchers: 2
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-GithubProfile-README - Github-readme-stackoverflow
- awesome-github-profile - GitHub Readme StackOverflow - Dynamically generated your StackOverflow profile status on your GitHub readmes! (Tools)
- fucking-awesome-github-profile-readme - GitHub Readme StackOverflow - Dynamically generated your StackOverflow profile status on your GitHub readmes! (Tools)
- AwesomeGithubProfileTemplates - GitHub Readme StackOverflow - Dynamically generated your StackOverflow profile status on your GitHub readmes! (Resources / Tools)
- awesome-readme-tools - GitHub Readme StackOverflow - 📊 Dynamically generated your StackOverflow status on your github readmes. (Statistical Tools (Widgets))
- awesome-github-profile-readme - GitHub Readme StackOverflow - Dynamically generated your StackOverflow profile status on your GitHub readmes! (Tools)
- awesome-ubc-profile-readme - GitHub Readme StackOverflow - Dynamically generated your StackOverflow profile status on your GitHub readmes! (Tools)
- awesome-github-profile - Github Readme Stackoverflow
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)