File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -6,25 +6,19 @@ Dynamically generated stackexchange stats for your github readmes
66
77- with profile picture:
88 ``` markdown
9- ![ alt text] ( http ://api.squeeble.ink/se/?userId=<USERiD>&seSite=<STACKeXCHANGEsITE>)
9+ ![ alt text] ( https ://api.squeeble.ink/se/?userId=<USERiD>&seSite=<STACKeXCHANGEsITE>)
1010 ```
1111 result:
12- ![ Tessa's stackoverflow stats] ( http ://api.squeeble.ink/se/?userId=7185314&seSite=stackoverflow)
12+ ![ Tessa's stackoverflow stats] ( https ://api.squeeble.ink/se/?userId=7185314&seSite=stackoverflow)
1313- without profile pictue:
1414 ``` markdown
15- ![ alt text] ( http ://api.squeeble.ink/se/?userId=<USERiD>&seSite=<STACKeXCHANGEsITE>&img=false)
15+ ![ alt text] ( https ://api.squeeble.ink/se/?userId=<USERiD>&seSite=<STACKeXCHANGEsITE>&img=false)
1616 ```
1717 result:
18- ![ Tessa's stackoverflow stats] ( http ://api.squeeble.ink/se/?userId=7185314&seSite=stackoverflow&img=false)
18+ ![ Tessa's stackoverflow stats] ( https ://api.squeeble.ink/se/?userId=7185314&seSite=stackoverflow&img=false)
1919 NOTE: nameX is so you can line out your user name
2020
21- Integrated stack exchange sites ` <STACKeXCHANGEsITE> ` :
22-
23- - Stack Overflow
24- - Meta
25- - Ask Ubuntu
26-
27- More comming soon!
21+ Integrated stack exchange sites ` <STACKeXCHANGEsITE> ` : Should be all of them.
2822
2923## Queries
3024
You can’t perform that action at this time.
0 commit comments