A FOSS countdown made for event tech
Go to file
Sören Oesterwind f32790706e - fixed issue with faulty progress bar
- fixed issue with config-safe-states
2023-08-09 15:25:29 +02:00
.vscode Add vscode debug config. 2022-03-27 13:52:24 +02:00
docs - add a build command 2022-07-13 18:26:50 +02:00
electronAssets small cleanup 2022-11-13 00:46:18 +01:00
lang finally introduced CNTDWN-1 (allow/disallow overrun) 2023-08-07 16:59:38 +02:00
static finally introduced CNTDWN-1 (allow/disallow overrun) 2023-08-07 16:59:38 +02:00
templates finally introduced CNTDWN-1 (allow/disallow overrun) 2023-08-07 16:59:38 +02:00
.gitignore small cleanup 2022-11-13 00:46:18 +01:00
LICENSE.txt added license; color picker update 2022-03-06 18:07:51 +01:00
README.MD „README.MD“ ändern 2022-11-15 20:50:12 +01:00
build.sh add electron packaging 2022-11-13 00:30:42 +01:00
build_win.sh add windows build script 2022-11-15 18:26:50 +01:00
helpers.js Add language settings in UI 2022-05-12 21:01:49 +02:00
index.js - fixed issue with faulty progress bar 2023-08-09 15:25:29 +02:00
logging.js small cleanup 2022-11-13 00:46:18 +01:00
package-lock.json finally introduced CNTDWN-1 (allow/disallow overrun) 2023-08-07 16:59:38 +02:00
package.json - fixed issue with faulty progress bar 2023-08-09 15:25:29 +02:00
startHandler.js some cleanup and fixes 2022-11-13 20:01:41 +01:00

README.MD

openCountdown Logo

openCountdown

openCountdown is a professional software for event countdowns. It can be used in a live settings such as a music event. Support for companion is currently being worked on here.

Controllable by Companion

Installation

You can download complete binaries from the release tab.

Development build

  1. Download the repository
  2. npm install to install dependencies
  3. npm start to launch

Startup Arguments

One can pass a --headless argument to start the server in headless mode. This will disable the GUI.

Packaging

We've introduced a new packaging system. It is based on electron-builder. This allows for easy packaging of the application for different platforms.

chmod +x ./build.sh
./build.sh

Small disclaimer: Please do not use openCountdown for military or life-depending applications. Please also refrain from using openCountdown for launching rockets.

ToDo

Endpoint documentation is currently pretty thin. This will be changed in the future.

  • Endpoint docs (in Progress)
  • Better WS frames