Skip to content

retrowave-radio/retrowave-daemon

Repository files navigation

Retrowave Radio - On-air Daemon

File processing service for automated broadcast management.

Simply it carry on two tasks:

  1. Watch for upload directory with music files;
  2. Prepare and bring them on/off broadcast.

Developing

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

Releases

No releases published

Packages

No packages published