Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.22 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.22 KB

KissAnime CLI

Quick and dirty command-line interface for streaming anime from KissAnime. The CLI allows you to search by anime title and select any available episode. The episode you select will be opened in your default web browser.

Build

KissAnime CLI is not yet available via npm, but can be built manually if you have Node.js installed.

  • git clone [email protected]:soutar/kissanime-cli.git
  • cd kissanime-cli
  • npm install
  • Finally, run with node lib/kissanime.js

## Shout outs

  • Cloudscraper - Used to get around Cloudflare's DDoS protection. Very handy!
  • Inquirer - Awesome, friendly command-line UI.
  • KissAnime - Somewhat questionable source of great anime
  • Babel - Allowed me to write crazy lunatic code with async/await. See lines 71-73 in src/kissanime.js for the coolest async-masquerading-as-sync code ever.

Bugs

There are probably bugs in this. If you're using it and find one, feel free to open an issue and I'll try and fix it. PRs of any sort are also very welcome.