Issue . Feature . Blog . Medium
Easy to use! Ctrl C Ctrl V to paste into your readme profile editor.
-
Find your Stack Overflow user id
-
Change the
?user=
value to your Stack Overflow user id.
[![My Stack Overflow Stats](https://so-stats.vercel.app/api?user=10389571)](https://github.com/kurt-liao/so-stats)
or
<a href="https://github.com/kurt-liao/so-stats">
<img
height="200"
src="https://so-stats.vercel.app/api?user=10389571"
/>
</a>
Also you can see an example here
You can pass a &hide=
parameter with comma-seperated values.
&hide=title,logo,badges
![My Stack Overflow Stats](https://so-stats.vercel.app/api?user=10389571&hide=title,logo)
Finally, we have some inbuilt themes. Use &theme=THEME_NAME
like:
![My Stack Overflow Stats](https://so-stats.vercel.app/api?user=10389571&theme=greenery)
Themes name we have:
greenery
,forest
,malt
,azure
(Default theme don't need to assign).
default | greenery | forest |
---|---|---|
malt | azure | witch |
---|---|---|
You can pass a &random=true
parameter to get different color style every time.
![My Stack Overflow Stats](https://so-stats.vercel.app/api?user=10389571&random=true)
Support multi-language, use &locale=
to set the locale you want.
At this moment, we support en
, cn
, kr
, zh-tw
, nl
, bn
, de
. Default language is en
.
You can pass a &cache=true
parameter to set cache.
![My Stack Overflow Stats](https://so-stats.vercel.app/api?user=10389571&cache=true)
Guide
-
Fork this repo
-
Sign up and log in into Vercel
-
Go to Vercel dashboard
-
Click
New Project
-
Click
Import Git Respository
(Of course you need to authorize the repo first, then you can see the repo in the list) -
Click
delpoy
, and done. Find out your domain and start to use it! -
Add following command to prevent deploying on irrelevant changes.
@see CONTRIBUTING