This repo is archived in favor of https://github.com/gcpreston/swb-rs, which is now the actively maintained version of the client for ssbm.tv.
=================
Forward live Slippi data to a web interface.
$ npm install -g @gcpreston/swb
$ swb COMMAND
running command...
$ swb (--version)
@gcpreston/swb/0.1.14 darwin-arm64 node-v23.10.0
$ swb --help [COMMAND]
USAGE
$ swb COMMAND
...
Start the web bridge. Connects to a relay which by default is located at wss://spectator-mode.fly.dev/bridge_socket/websocket.
USAGE
$ swb start [--sink <value>]
FLAGS
--sink=<value>
DESCRIPTION
Start the web bridge. Connects to a relay which by default is located at
wss://spectator-mode.fly.dev/bridge_socket/websocket.
EXAMPLES
$ swb start
$ swb start --sink ws://localhost:4000/bridge_socket/websocket
See code: src/commands/start.ts
Start it
USAGE
$ swb start
DESCRIPTION
Start it
EXAMPLES
TODO :)
See code: src/commands/start.ts
Display help for swb.
USAGE
$ swb help [COMMAND...] [-n]
ARGUMENTS
COMMAND... Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for swb.
See code: @oclif/plugin-help