clistream
v1.4.0
Published
Cli app to stream your favorite Movies and TV-Shows
Downloads
4
Readme
clistream
:thought_balloon: clistream is...
- A Terminal/CLI based application :zap:
- An App that let's you watch Movies/TV-Shows :tada:
- An App that scrapes various sources from HiMovies (see clones) :telescope:
- Made using NodeJS :sparkles:
Requirements
Installing :relaxed:
The package is available at NPM
# Install package globally
npm install clistream -g
Building/Compiling :computer:
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