Audial representation of GitHub commits, based on the new profile pages.
Fairly bad code inside; built in approximately five and a half minutes.
To run:
- Set
ghe_hostname
andghe_cookie
on lines 14 and 15 of app.js - Install node,
npm install
,npm start
.
To embed it on your site:
<iframe src="http://localhost:4000/?username={{name}}&embeddable" height="240" width="600"></iframe>
MIT licensed. See LICENSE file.