A nodeJS youtube jukebox application. Great for parties and stuff :-)
- Download chocolatey here
choco install ffmpeg- Install windows build tools:
npm install --global --production windows-build-tools - Install the Bonjour SDK from here(you will need to sign in and/or create an Apple developer account to download this, but don't worry - it doesn't cost anything).
- Download Bonjour from here
- Download ffmpeg from here
- Install windows build tools:
npm install --global --production windows-build-tools
- Avahi -
sudo apt-get install libavahi-common-dev - FFmpeg -
sudo apt-get install ffmpeg(sudo apt-get install libavon older versions of Ubuntu) - Speaker -
sudo apt-get install libasound2-dev - GCC Compiler -
sudo apt-get install gcc
- FFmpeg - from here (you can also use home brew).
- GCC Compiler - Install the Xcode Command Line Tools which includes the GCC compiler.
The tests can be run using npm run test and (optionally) npm run coverage:html to generate a code coverage report