Skip to content

OpenianDevelopment/jikan-api.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


discord.js


Discord server

Patreon

About

jikan-api.js is a wrapper for Jikan v4 API. It has the method name which is similar to jikan category making it easier for user.

Installation

Node.js 12.0.0 or newer is required.

npm install jikan-api.js

Example usage

const {Jikan} = require('jikan-api.js');
const manager = new Jikan();

manager.anime.getAnimeById(1).then(res=> console.log(res));

Available Endpoints:

  • Anime
  • Manga
  • Characters

Links

  • Documentation is unavailable and in WIP. (Want to help join our discord server and ping any dev available).
  • Discord server
  • GitHub
  • NPM

Help

If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle nudge in the right direction kindly create an github issue or join our official Support Server.