2.2.6 • Published 2 years ago

anime-search v2.2.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Coverage Status Github Builds Vulnerabilities Downloads Open Issues License anime search

Anime-Search

An anime search engine that uses various sites to find anime.

Features

  • Fast.

Scrapes in under 300 milliseconds.

  • Tiny.

9KB unpacked.

  • Open Source.

Checkout the repo @ https://github.com/MDxWARRIORxOP/anime-search

  • Free.

No charges applied. No API keys required.

Installation

Install anime-seach with any package manager for node.

  npm install anime-search
  # or yarn
  yarn add anime-search

Documentation

Check out the docs at https://mdxwarriorxop.github.io/anime-search/

Usage/Examples

const animeSearch = require("anime-search");
// or esm
import animeSearch from "anime-search";

animeSearch("naruto").then(console.log);

// or if you want to be platform specific
const { getAnimeFromZoro, getAnimeFromFreak } = require("anime-search");
// or esm
import { getAnimeFromZoro, getAnimeFromFreak } from "anime-seach";

getAnimeFromZoro("sword art online").then(console.log);
// and
getAnimeFromFreak("dragon slayer").then(console.log);

// async example
(async () => {
  const data = await animeSearch("Hunter x Hunter");
  console.log(data);
})();

Contributors

License

MIT

Contributing

Contributions are always welcome!

Open a pr if you have a feature request.
Open an issue if you encounter any bugs.

Thanks!

2.2.6

2 years ago

2.2.5

2 years ago

2.2.4

2 years ago

2.2.3

2 years ago

2.2.2

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.2.0-slpha-9

2 years ago

2.2.0-alpha-7

2 years ago

2.2.0-alpha-6

2 years ago

2.2.0-alpha-5

2 years ago

2.2.0-alpha-4

2 years ago

2.2.0-alpha-3

2 years ago

2.2.0-alpha-1

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.1-test7

2 years ago

2.0.1-test6

2 years ago

2.0.1-test5

2 years ago

2.0.1-test3

2 years ago

2.0.1-test2

2 years ago

2.0.1-test

2 years ago

2.0.0

2 years ago

1.0.7-c

2 years ago

1.0.7-b

2 years ago

1.0.7-a

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago