All Projects → ribeirogab → jikan-nodejs

ribeirogab / jikan-nodejs

Licence: other
A Node.js wrapper for Jikan REST API.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to jikan-nodejs

JikanKt
A Kotlin wrapper for Jikan REST API
Stars: ✭ 17 (+6.25%)
Mutual labels:  anime, manga, myanimelist, jikan
Jikan4java
Kotlin wrapper for Jikan, an myanimelist api
Stars: ✭ 27 (+68.75%)
Mutual labels:  anime, manga, myanimelist, jikan
myanimelist-api-v2
An awesome wrapper on Nodejs for the new MyAnimeList's API v2!
Stars: ✭ 30 (+87.5%)
Mutual labels:  anime, manga, myanimelist
Jikan Rest
The REST API for Jikan
Stars: ✭ 200 (+1150%)
Mutual labels:  anime, manga, myanimelist
Malclient
Not so small client app for Myanimelist.net - Windows 10 UWP & Android
Stars: ✭ 253 (+1481.25%)
Mutual labels:  anime, manga, myanimelist
kuristina
An API that lets you fetch user lists from MyAnimeList.
Stars: ✭ 14 (-12.5%)
Mutual labels:  anime, manga, myanimelist
Malgraph4
MALgraph: statistics service for MyAnimeList.net users.
Stars: ✭ 143 (+793.75%)
Mutual labels:  anime, manga, myanimelist
Mal4J
Java wrapper for the official MyAnimeList API
Stars: ✭ 23 (+43.75%)
Mutual labels:  anime, manga, myanimelist
Railgun
An extension of the MyAnimeList API.
Stars: ✭ 8 (-50%)
Mutual labels:  anime, manga, myanimelist
Malsync
Integrates MyAnimeList/AniList/Kitsu/Simkl into various sites, with auto episode tracking.
Stars: ✭ 572 (+3475%)
Mutual labels:  anime, manga, myanimelist
anilabx
AniLabX - android app for watching anime/dramas/cartoons and reading manga/comics/light novels
Stars: ✭ 54 (+237.5%)
Mutual labels:  anime, manga, myanimelist
Moelist
Another unofficial Android MAL client
Stars: ✭ 45 (+181.25%)
Mutual labels:  anime, manga, myanimelist
Jikan
Unofficial MyAnimeList PHP+REST API which provides functions other than the official API
Stars: ✭ 531 (+3218.75%)
Mutual labels:  anime, manga, myanimelist
Shukofukurou
Native AniList, Kitsu, and MyAnimeList Tracker for macOS written in Objective-C
Stars: ✭ 39 (+143.75%)
Mutual labels:  anime, manga, myanimelist
Shukofukurou-iOS
The Ultimate Open Source AniList, Kitsu, and MyAnimeList Tracker for iOS/iPadOS written in Objective-C
Stars: ✭ 29 (+81.25%)
Mutual labels:  anime, manga, myanimelist
Kitsu Web
🔥 Ember.js app for Kitsu
Stars: ✭ 158 (+887.5%)
Mutual labels:  anime, manga
Kitsu Server
🚂 Rails API server for Kitsu
Stars: ✭ 145 (+806.25%)
Mutual labels:  anime, manga
Awesome Anime Sources
A curated list of everything anime.
Stars: ✭ 164 (+925%)
Mutual labels:  anime, manga
Kitsu Tools
🔨 The tools we use to build Kitsu, the coolest platform for anime and manga
Stars: ✭ 2,055 (+12743.75%)
Mutual labels:  anime, manga
Toshocat
Anime and Manga list app for desktop.
Stars: ✭ 174 (+987.5%)
Mutual labels:  anime, manga

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.

Support

Contact me!


Licensa

License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].