Audial representation of GitHub commits based on profile pages.
Fairly bad code inside; built in approximately five and a half minutes.
Try it: http://song-of-github.herokuapp.com/
To run: Install node, npm install
, npm start
.
To display a click to play
button, add &playbutton
to the querystring.
To embed it on your site:
<iframe src="http://song-of-github.herokuapp.com/?username={{name}}&embeddable" height="240" width="600"></iframe>
-
Install dependencies
npm install npm install supervisor -g
-
Run & watch app for changes
npm run watch
Kill the server with Ctrl + C
.
-
Compile the JS for production
npm run build
-
Be sure to check in
bundle.js
, which should change if you made changes to any client JS.
MIT licensed. See LICENSE file.