Skip to content

v0.2.3

Latest

Choose a tag to compare

@github-actions github-actions released this 02 May 14:10
508a15f

Patch Changes

  • 4db44ec: Added Episodes method

    Usage

    import { Anime } from "simkl-node/anime";
    
    const anime = new ANIME("YOUR_CLIENT_ID");
    
    // Get the episodes of an anime
    const episodes = await anime.episodes("simkl_anime_id");