Skip to content

jasonlong/json-contributions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Given a Github username and a year, return a JSON object with their contribution chart data. The function simply requests the user's profile page and scrapes the contribution chart data.

Note: this is very alpha. No error checking at all.

/api/user?username=<username>&year=<year>

Example: https://json-contributions.vercel.app/api/user?username=jasonlong&year=2018

Development

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