Skip to content

andrewlayman/skyline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published