Skip to content

nschloe/stackoverflow-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stackoverflow Card

Get dynamically generated StackOverflow stats on your readmes.

<img height="137px"
  src="https://stackoverflow-card.vercel.app/?userID=353337&theme=dracula"
/>

You have to provide a valid userID. Apart from that, StackOverflow Card supports several options (with their default values):

showLogo: true
theme: [stackoverflow-dark, stackoverflow-light, dracula, ...]
showBorder: true
showIcons: true
showAnimations: true

See here for all available themes. Some examples here.

Development

Start

nodemon index.js

and point a browser to

http://localhost:3000/?userID=353337&theme=stackoverflow-dark

with the desired options.

License

This software is published under the GPLv3 license.