Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 568 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 568 Bytes

Playlist

A collaborative playlist manager for hackathons etc written in node. You can try out a demo here.


####More information

Anyone can create a playlist, add tracks (via YouTube links), and vote them up and down. A separate player will play the next video in the list and remove it when its done. Pull requests very very welcome.


####Installation & Setup This assumes you already have node.js, npm and MongoDB installed.

git clone git://github.com/gausie/playlist.git playlist
cd playlist
npm install -d
node app