.vscode | ||
docs | ||
electronAssets | ||
lang | ||
static | ||
templates | ||
.gitignore | ||
build.ssh | ||
helpers.js | ||
index.js | ||
LICENSE.txt | ||
log-journal.json | ||
logging.js | ||
newStartHandler.js | ||
package-lock.json | ||
package.json | ||
README.MD |
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.
Installation
You can download complete binaries from the release tab.
Development build
- Download the repository
npm install
to install dependeciesnpm start
to launch
Startup Arguments
One can pass a --headless
argument to start the server in headless mode. This will disable the GUI.
Packaging
This is more a comment for the future version of me. There is one command for packaging using nexe.
npx nexe index.js --build --python python3 --resource "./{lang,templates,static}/**/*" --ouput "openCountdown.exe”
Where --python
is only needed in some envoirments for some reason. Also adjust --output
for your target OS.
Binary Builds may be faulty or non-working. They are not offically supported. 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