Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ribeirogab/jikan-nodejs

A Node.js wrapper for Jikan REST API.
https://github.com/ribeirogab/jikan-nodejs

anime jikan manga myanimelist nodejs typescript wrapper

Last synced: about 2 months ago
JSON representation

A Node.js wrapper for Jikan REST API.

Awesome Lists containing this project

README

        


jikan node.js

# Jikan Node.js
> A wrapper for the jikan REST API.

For more information, please refer to [Jikan documentation](https://jikan.docs.apiary.io/#).

## 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)
```js
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

- 🔃 Create a new pull request using `https://github.com/ribeirogab/jikan-nodejs/compare/`.

---

## Contributors

| [
@lucassodrem1](https://github.com/lucassodrem1) | | | | | |
|:-:|:-:|:-:|:-:|:-:|:-:|

## Author

| [
@ribeirogab](https://github.com/ribeirogab) |
| :---: |

---

## FAQ

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

---

## Support

Contact me!

- E-mail `[email protected]`

---

## Licensa

[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)

- **[MIT license](http://opensource.org/licenses/mit-license.php)**