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.
Node.js 12.0.0 or newer is required.
npm install jikan-api.js
const {Jikan} = require('jikan-api.js');
const manager = new Jikan();
manager.anime.getAnimeById(1).then(res=> console.log(res));
- Anime
- Manga
- Characters
- Documentation is unavailable and in WIP. (Want to help join our discord server and ping any dev available).
- Discord server
- GitHub
- NPM
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.