arqamz/3D GitHub Contributions
Render a GitHub user's contribution calendar as a 3D terrain SVG.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_user | GitHub username to render. | yes | — |
| github_token | Token with read access to the user's contributions. secrets.GITHUB_TOKEN works for public contributions; use a PAT for private ones. | yes | — |
| output | Path in your repo to write the SVG. | no | profile-3d-contrib/terrain.svg |
| angle | Viewing angle: low | medium | high | top, or a raw rowRise number. | no | medium |
| smoothness | Triangle smoothness 0..1 (0 = sharp low-poly, 1 = smooth hills). | no | 1 |
| mode | Render style: terrain | columns. | no | terrain |
Outputs
no outputs