Skip to content

leereilly/skyline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 100.0%