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
- NodeJS at least >= 14.x.x
- Mpv at least >= v0.3x.x
Installing :relaxed:
The package is available at NPM
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
cd clistream && yarn install
Step 3: Build the program
npm run build
yarn build