Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nschloe/stackoverflow-card
- Owner: nschloe
- License: gpl-3.0
- Created: 2021-07-09T15:11:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T02:02:33.000Z (5 months ago)
- Last Synced: 2024-10-22T07:51:03.061Z (2 months ago)
- Topics: github-profile, github-profile-readme, github-readme, microservice, stackoverflow
- Language: JavaScript
- Homepage: https://stackoverflow-card.vercel.app/?userID=353337&theme=stackoverflow-dark
- Size: 72.3 KB
- Stars: 31
- Watchers: 3
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).