stackoverflow-readme-profile
Easily share your Stackoverflow's profile on your README.
⁉️ How to use?
You can generate your SO profile by calling this url with the corresponding template name and you SO user id:
https://stackoverflow-readme-profile.johannchopin.fr/:template/:id
Use it like that in your README:
[![johannchopin's SO profile](https://stackoverflow-readme-profile.johannchopin.fr/:template/:id)](https://github.com/johannchopin/stackoverflow-readme-profile)
📄 Templates
profile
Render a profile image by using the profile
template:
https://stackoverflow-readme-profile.johannchopin.fr/profile/:id
Params (as query strings)
param | default | description |
---|---|---|
theme |
default |
Theme to use. Check them out here! |
website |
true |
Show or not the website URL (true | false ) |
location |
true |
Show or not the location (true | false ) |
profile-small
Render a smaller profile image without the location and the website
Params (as query strings)
param | default | description |
---|---|---|
theme |
default |
Theme to use. Check them out here! |
🐳 Docker
Build the image
You can build the image by using the following command:
docker build -t johannchopin/stackoverflow-readme-profile .