Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ajacksified/song-of-github

Let me play you the song of my contributions.
https://github.com/ajacksified/song-of-github

Last synced: 13 days ago
JSON representation

Let me play you the song of my contributions.

Awesome Lists containing this project

README

        

# Song of GitHub

Audial representation of GitHub commits based on profile pages.

## Let me sing you the song of my contributions.

Fairly bad code inside; built in approximately five and a half minutes.

Try it: http://song-of-github.herokuapp.com/

### Running

To run: Install node, `npm install`, `npm start`.

To display a `click to play` button, add `&playbutton` to the querystring.

### Embedding

To embed it on your site:

### Developing

1. Install dependencies

npm install
npm install supervisor -g
2. Run & watch app for changes

npm run watch

Kill the server with `Ctrl + C`.

#### Checking in Client Changes

1. Compile the JS for production

npm run build
2. Be sure to check in `bundle.js`, which should change if you made changes to
any client JS.

## License

MIT licensed. See LICENSE file.