• Sign in to comment. Sign in by email
  • 19 December 2015 Belle Cooper created this task

  • avatar

    One potential way to get activity metrics out from GitHub (if it isn’t directly available via API) would be to read SVG calendar structure from user profile page. Contributions visualization (SVG) has a rect -element with following attributes that could be usable:

    • class=”day” (match only items that are about a day)
    • data-count=”9” (amount of contributions per day)
    • data-date=”2016-01-27” (timestamp of the day)
    01 February 2016
  • 12 May 2016 Belle Cooper moved this task into Completed