Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 958 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 958 Bytes

Spreadsheet Gateway

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.

Usage

// 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

Installation (for developers)

yarn

yarn build

Dev dependencies: