Chrome extension that plots traffic data from all your public GitHub repositories on one chart.
- install it from Chrome Web Store or via "Load unpacked extension" feature on the extensions page
- go to github.com
- log in
- click extension icon in the address bar
Since traffic data are not available via GitHub API (yet), I had to create a Chrome extension in order to pull them (extension can make any cross-origin requests). This is a hack.