Skip to content

serika-dev/serika-cli-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serika CLI

Watch Serika videos directly from your terminal!

Prerequisites

  • Node.js
  • ffmpeg (specifically ffplay) installed and available in your PATH.

Installation

From NPM (Global)

You can install the CLI globally directly from npm:

npm install -g @serikavideo/serika-cli

This will automatically configure the serika-cli command in your terminal.

Local Development

  1. Navigate to this directory:

    cd serika-cli
  2. Install dependencies and link the command:

    npm install
    npm link

Usage

  1. Ensure the Serika web server is running (usually on http://localhost:3000).

  2. Run the CLI from anywhere:

    serika-cli

    Or specify a custom API URL:

    SERIKA_API_URL=https://serika.video/api serika-cli
  3. Select a video from the list to play it in ffplay.

About

The CLI tool for serika.app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published