ANI-CLI-NPM
An Anime client, writen in nodeJS, to access any* anime without the need for ad filled websites! Just install, search for the anime of your choice, and watch in the video player of your choice.
Typescript rewrite of the ani-cli package for linux.

Instalation:
Windows:
- Download and install nodejs
- Open a terminal or powershell and run the following command to run the program:
npx ani-cli-npm@latest
Android
- Install the android terminal of your choice. e.g. Termux
- Install nodejs. In termux this is done with the following command:
pkg install nodejs
- Run
npx ani-cli-npm@latest
Linux:
- Install nodejs with your distrabutions package manager.
- Run the following command:
npx ani-cli-npm@latest
Build from git:
git clone https://github.com/Bumpkin-Pi/ani-cli-npm.git
cd ani-cli-npm
npm i
npm run build
npm run start
Usage:

Input the page you wish to got to then press the enter key to select
Download - Download either a single episode, or a range of episodes from an anime of your choice. Download folder can be changed in options.
The download feature is not currently implemented, if you wish to download, open in browser and download there.
Show Link - Will display the link to the video file. This can be opened in a video player or browser.
Options:
For configuring several of options about how the program works.
Player - Change which player is used to open the anime (default browser).
Proxy - Proxy used for searching. This is not currently implemented and will not work.
User agent - The user agent used to make requests to websites.
Download folder - The folder in which to download episodes.

