jikan-nodejs
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

jikan node.js

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

  • 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).

Contributing

To get started...

Step 1

  • Option 1

    • 🍴 Fork this repo!
  • Option 2

    • 👯 Clone this repo to your local machine using git clone https://github.com/ribeirogab/jikan-nodejs.git

Step 2

  • HACK AWAY! 🔨🔨🔨

Step 3


Contributors


@lucassodrem1

Author


@ribeirogab

FAQ

  • How do I do specifically so and so?
    • No problem! Just do this.

Suport

Contact me!


Licensa

License

Dependencies (1)

Dev Dependencies (11)

Package Sidebar

Install

npm i jikan-nodejs

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

35.1 kB

Total Files

46

Last publish

Collaborators

  • ribeirogab