Skip to content

rohank05/jikan-api.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 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');
getAnimeById(1).then(res=> console.log(res));

Links

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.

About

Jikan api v4 wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%