bachig26 / clistream

Cli app to stream your favorite Movies and TV-Shows

Home Page:https://www.npmjs.com/package/clistream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clistream

💭 clistream is...

  • A Terminal/CLI based application ⚡
  • An App that let's you watch Movies/TV-Shows 🎉
  • An App that scrapes various sources from HiMovies (see clones) 🔭
  • Made using NodeJS ✨

Requirements

  • NodeJS at least >= 14.x.x
  • Mpv at least >= v0.3x.x

Installing ☺️

The package is available at NPM

# Install package globally
npm install clistream -g

Building/Compiling 💻

Step 1: Clone the repository

git clone https://github.com/Thanatoslayer6/clistream.git

Step 2: Cd into the directory and install all dependencies

cd clistream && npm install
# or if you're a based yarn user 
cd clistream && yarn install

Step 3: Build the program

# The binaries are located at bin/
# NPM
npm run build
# Yarn
yarn build 

About

Cli app to stream your favorite Movies and TV-Shows

https://www.npmjs.com/package/clistream


Languages

Language:JavaScript 100.0%