electricsteve/Streak Card Generator Width
Generates an animated SVG GitHub streak card with themes showing contributions and streaks.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| USERNAME | GitHub Username to fetch stats for | yes | — |
| GITHUB_TOKEN | GitHub Personal Access Token (PAT) or GITHUB_TOKEN | yes | — |
| THEME | Theme name (e.g., default, tokyonight, dracula) | no | default |
| OUTPUT_PATH | Path where the SVG will be saved | no | github-streak.svg |
| ANIMATED | Enable animations | no | true |
| LOCALE | Locale for translations (e.g., en, ja, ko, zh_Hans) | no | en |
| DATE_FORMAT | Date format string (e.g., 'M j[, Y]', 'd/m[/Y]', 'j M[, Y]') | no | M j[, Y] |
| BORDER_RADIUS | Border radius of the card | no | 4.5 |
| HIDE_BORDER | Hide the card border | no | false |
| CARD_WIDTH | Width of the card | no | 495 |
| CARD_HEIGHT | Height of the card | no | 195 |
| NUMBER_FORMAT | Number format: 'full' for full numbers, 'short' for abbreviated (K, M, B) | no | full |
| STROKE_TYPE | Ring stroke type: 'round' or 'butt' | no | round |
| FIRE | Override fire color | no | — |
| RING | Override ring color | no | — |
| CURR_STREAK_NUM | Override current streak number color | no | — |
| SIDE_NUMS | Override side numbers color | no | — |
| CURR_STREAK_LABEL | Override current streak label color | no | — |
| SIDE_LABELS | Override side labels color | no | — |
| DATES | Override dates color | no | — |
| BACKGROUND | Override background color or gradient | no | — |
| STROKE | Override border/stroke color | no | — |
Outputs
no outputs