No description
| public | ||
| src | ||
| views | ||
| .gitignore | ||
| groovebasind | ||
| Makefile | ||
| README | ||
| TODO | ||
== Groove Basin ==
Music player for your home.
Run it on a server connected to your main speakers. People who come over to
your home can connect and freely upload, download, and play music.
Inspired by https://github.com/royvandewater/partybeat/
== Dependencies ==
node.js (http://nodejs.org/)
Install these packages globally with npm (http://npmjs.org/):
socket.io
node-static
coffee-script
handlebars
uglify-js
mpd, superjoe30's fork: https://github.com/superjoe30/mpd
== Installation ==
1. Install and configure mpd
2. Compile:
$ make
3. You can now run `groovebasind` to start the server.
== Developing ==
Auto-comile with DEBUG on:
$ watch -n0.5 make -e DEBUG=true