Skip to content

Thanatoslayer6/clistream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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