Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ajacksified/song-of-github
- Owner: ajacksified
- License: mit
- Created: 2013-01-09T03:15:11.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-04T02:35:23.000Z (almost 10 years ago)
- Last Synced: 2024-08-01T22:53:47.426Z (3 months ago)
- Language: JavaScript
- Homepage: http://song-of-github.herokuapp.com/
- Size: 5.02 MB
- Stars: 456
- Watchers: 17
- Forks: 42
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 changesnpm 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.