File processing service for automated broadcast management.
Simply it carry on two tasks:
- Watch for upload directory with music files;
- Prepare and bring them on/off broadcast.
Install dependencies.
npm -g install pm2@3
npm install
Build project.
npm run build
Start project locally in development mode.
export NODE_ENV=development
npm start
npm run watch
To enable debug log messages set NODE_DEBUG environment variable.
export NODE_DEBUG=retrowave-daemon