metaodi / codeviz

A simple node application that shows code stats based on a GitHub organization

Home Page:http://codeviz.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codeviz

A simple node application that shows stats based on a GitHub organization.

Examples

The base URL for the chart is http://codeviz.herokuapp.com/chart/{org-name}

Notes:

  • The app on heroku does not use authenticated requests, which results in a very low rate limit. All previously requested organizations are cached, so those should still work.
  • If you want to reload an organization from GitHub you can force the app to update the cache using the ?force option (e.g. http://codeviz.herokuapp.com/chart/liip?force)
  • Only public members of an organization are shown, to make your membership in an organization public visit the list of all members (https://github.com/orgs/{org-name}/members), search your user and then use the make public link

About

A simple node application that shows code stats based on a GitHub organization

http://codeviz.herokuapp.com


Languages

Language:JavaScript 100.0%