Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nschloe/stackoverflow-card


https://github.com/nschloe/stackoverflow-card

github-profile github-profile-readme github-readme microservice stackoverflow

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Stackoverflow Card

Get dynamically generated StackOverflow stats on your readmes.

```markdown

```

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](https://github.com/nschloe/stackoverflow-card/blob/main/src/themes.js) for
all available themes. Some examples
[here](https://github.com/nschloe/stackoverflow-card/blob/main/themes.md).

### 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](https://www.gnu.org/licenses/gpl-3.0.en.html).