A wrapper for the jikan REST API.
For more information, please refer to Jikan documentation.
if you use npm
$ npm install jikan-nodejs
if you use yarn
$ yarn add jikan-nodejs
Feature: genre.animesByGenre(genreId, params)
const { genre } = require('jikan-nodejs');
async function getAnimesByGenre() {
const animes = await genre.animesByGenre(1, { limit: 10 }); // parameters: genreId, { limit }
console.log(animes); // print 10 animes of genre 1
}
getAnimesByGenre();
- Item By Id;
- Anime:
- Main Information;
- Characters & Staff.
- Manga:
- Main Information;
- Characters.
- Genre:
- Anime Listing (All Anime by Genre);
- Manga Listing (All Anime by Genre).
To get started...
-
Option 1
- 🍴 Fork this repo!
-
Option 2
- 👯 Clone this repo to your local machine using
git clone https://github.com/ribeirogab/jikan-nodejs.git
- 👯 Clone this repo to your local machine using
- HACK AWAY! 🔨🔨🔨
- 🔃 Create a new pull request using
https://github.com/ribeirogab/jikan-nodejs/compare/
.
@lucassodrem1 |
---|
@ribeirogab |
---|
- How do I do specifically so and so?
- No problem! Just do this.
Contact me!
- E-mail
[email protected]