1
0
mirror of https://github.com/taigrr/skyline synced 2025-01-18 04:33:13 -08:00
2021-01-18 09:06:02 +00:00
2020-06-29 14:20:40 -04:00
2021-01-18 09:06:02 +00:00
2020-06-28 21:12:40 -04:00
2020-12-15 14:54:37 +00:00
2020-06-29 08:45:26 -04:00
2020-12-16 09:44:18 +00:00
2020-12-15 14:54:37 +00:00
2020-12-16 14:25:54 +00:00
H
2020-12-16 08:55:00 -08:00

Given a GitHub username and a year, renders a 3D model of their contribution chart. The data is fetched via a serverless function (repo which also calculates distribution data).

?username=<username>&year=<year>

If no year is provided, the current year will be used.

Examples:

Development

I've been using vercel for local dev. To load up a local server: vercel dev.

Note that this version creates a distribution from the 99th percentile on the contributions per day to stop the odd really big days blowing out the scale. It also has a default minimum for non-zero contribition days (10% of the maximum height)

Description
3D printable contribution graph
Readme 784 KiB
Languages
JavaScript 100%