Home

Awesome

<h1 align="center"> <img src="https://i.ibb.co/s1mCvsB/logo.png" alt="jikan node.js" width="480"/> </h1>

Jikan Node.js

A wrapper for the jikan REST API.

For more information, please refer to Jikan documentation.

Getting Started

Installation

if you use npm

$ npm install jikan-nodejs

if you use yarn

$ yarn add jikan-nodejs

Example

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(); 

Features


Contributing

To get started...

Step 1

Step 2

Step 3


Contributors

<img src="https://avatars0.githubusercontent.com/u/25018440?s=400&u=5ed52972c721a418083b0b89f4797db100c50e3c&v=4" width="115"><br><sub>@lucassodrem1</sub><img width="115"><img width="115"><img width="115"><img width="115"><img width="115">

Author

<img src="https://avatars3.githubusercontent.com/u/44847326?s=400&u=30a156f0a61f81eaa137cb286ed13e9527916039&v=4" width="115"><br><sub>@ribeirogab</sub>

FAQ


Support

Contact me!


Licensa

License