https://github.com/jasonlong/3d-contributions
https://github.com/jasonlong/3d-contributions
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jasonlong/3d-contributions
- Owner: jasonlong
- Created: 2020-06-29T01:09:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T14:33:14.000Z (about 3 years ago)
- Last Synced: 2025-04-01T20:14:35.182Z (9 months ago)
- Language: JavaScript
- Size: 886 KB
- Stars: 8
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Given a Github username and a year, renders a 3D model of their contribution chart. The data is fetched via a server less function ([repo](https://github.com/jasonlong/json-contributions)).
```
?username=&year=
```
Example: https://3d-contributions.vercel.app/?username=jasonlong&year=2018
#### Development
I've been using `vercel` for local dev. To load up a local server: `vercel dev`.