Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 562 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 562 Bytes

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