jikan-nodejs
v0.1.0
Published
A Node.js wrapper for Jikan REST API.
Downloads
10
Maintainers
Readme
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
- 👯 Clone this repo to your local machine using
Step 2
- HACK AWAY! 🔨🔨🔨
Step 3
- 🔃 Create a new pull request using
https://github.com/ribeirogab/jikan-nodejs/compare/
.
Contributors
| @lucassodrem1 | | | | | | |:-:|:-:|:-:|:-:|:-:|:-:|
Author
| @ribeirogab | | :---: |
FAQ
- How do I do specifically so and so?
- No problem! Just do this.
Suport
Contact me!
- E-mail
[email protected]