Jump To …

jukebox

Web Audio Player

Links

Version

0.0.6

Author

Jeff Pelton <j@jeffpelton.com> (jeffpelton.com)

Repository

git - git://github.com/comster/jukebox.git

Dependencies

  • house latest

Stats

http://cloc.sourceforge.net v 1.55  T=0.5 s (84.0 files/s, 87408.0 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Javascript                      40           4575           3935          34401
CSS                              1             22              0            731
HTML                             1              4              1             35
-------------------------------------------------------------------------------
SUM:                            42           4601           3936          35167
-------------------------------------------------------------------------------

JukeBox.js

Create amazing music experiences with node.js

Jukebox Demo

Documentation

Docs are generated using docco-husky and available at /docs/out/index.html in the repo, and available via github pages.

Requirements

  • Node.js
  • House.js via npm
  • Mongodb can be configured via config/config.js
  • Exiftool is used on the server to extract metadata from media files, for now.

Installation

Check the default values in config/config.js for the web port and mongodb connection.

git clone git://github.com/comster/jukebox.git

cd jukebox

npm install house

house --start
JukeboxJS