ani-cli-npm
v2.1.5
Published
ani-cli tool rewritten as npm package
Downloads
176
Readme
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.
Warning: due to shutdowns of Animixplay, this tool, along with ani-cli, is broken at present. I am currently working on a fix, but for now this will not work.
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
- It is recomended to install VLC media player, but optionaly you can change your video player to Browser in config
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