1.2.0 • Published 6 months ago

rurimi v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Rurimi

The unofficial arabic subbed anime stream library

Installation

npm i rurimi

Usage

Example - Get recent released anime episodes

import { getRecentEpisodes } from "rurimi";

// perPage max is 24
// by default page=1 & perPage=24
console.log(await getRecentEpisodes(page, perPage));

Output

{
  pagination: { 
    currentPage: number, 
    totalPages: number 
  },
  data: [
    {
      animeId: string,
      episodeId: string,
      episodeNumber: number,
      lastEpisode: boolean,
      animeTitle: string,
      animeImg: string
    },
    ...
  ]
}

License

Licensed under MIT

1.2.0

6 months ago

1.1.0

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago