@serikavideo/serika-cli
v1.1.0
Published
Watch Serika videos directly from your terminal with ASCII art mode
Maintainers
Readme
Serika CLI
Watch Serika videos directly from your terminal!
Prerequisites
- Node.js
ffmpeg(specificallyffplay) installed and available in your PATH.
Installation
From NPM (Global)
You can install the CLI globally directly from npm:
npm install -g @serikavideo/serika-cliThis will automatically configure the serika-cli command in your terminal.
Local Development
Navigate to this directory:
cd serika-cliInstall dependencies and link the command:
npm install npm link
Usage
Ensure the Serika web server is running (usually on
http://localhost:3000).Run the CLI from anywhere:
serika-cliOr specify a custom API URL:
SERIKA_API_URL=https://serika.tv/api serika-cliSelect a video from the list to play it in
ffplay.
