An application for piping data between Sofie Server Core and Spreadsheets on Gogle Drive. Works with the sofie-demo-blueprints
.
This application is a part of the Sofie TV News Studio Automation System.
// Development:
npm run start -host 127.0.0.1 -port 3000 -log "log.log"
// Production:
npm run start
To set up, follow the instructions in your Sofie Core interface (in the settings for the device).
CLI arguments:
Argument | Description | Environment variable |
---|---|---|
-host | Hostname or IP of Core | CORE_HOST |
-port | Port of Core | CORE_PORT |
-log | Path to output log | CORE_LOG |
yarn
yarn build
- yarn