Function animeSearch

  • Returns

    Info about Anime.

    See

    https://zoro.to

    Async

    This is an async function. Use await/promise syntax accordingly.

    Description

    Scrapes data from https://zoro.to and returns an object with the type of "Res".

    Example

    import getAnime from "anime-search";

    getAnime("naruto").then(console.log)

    Parameters

    • animeName: NameLike

      The name of the anime to find.

    Returns Promise<Res | NotFound>