A TypeScript wrapper for Cider 2.0's Websocket/API, meant for use with TheBlackParrot's stream overlays.
TypeScript is chosen because JavaScript scares me.
Download the latest release from the releases page, and extract everything into its own folder. Make sure you rename config.sample.json
to config.json
and configure your Cider/overlay websocket things there.
Then, run the tbpciderbridge
executable.
This project was created using bun init
in bun v1.0.6. Bun is a fast all-in-one JavaScript runtime.
To install dependencies:
bun install
To run:
bun run src/main.ts
Like the overlay this program is meant for, this program is licensed under Version 3 of the GNU Affero General Public License.
Cider Bridge Script for TheBlackParrot's Stream Overlays
Copyright (C) 2025 mercurialworld
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.