Plugmixer
Playlist management for plug.dj!
plugmixer.sunwj.com
To start using Plugmixer, visitSetup and development
Plugmixer uses the following npm modules:
- coffee-script for compilation of CoffeeScript,
- uglify-js to compress and minify JavaScript, and
- http-server for serving local files.
The CoffeeScript files to be compiled and JavaScript files to be compressed are defined in build.sh
. Running build.sh
generates the minified files in the /release
directory. Refer to release/defines.sample.js
for the additional configuration files required.
Use http-server -S --cors
to serve files over HTTPS and enable CORS via the Access-Control-Allow-Origin
header.
Extended API
core/extendAPI.js
extends the current plug.dj API. Refer to API.md for more information.