Giter VIP home page Giter VIP logo

marika's Introduction

chitoge

Marika

NPM

A promise based API wrapper for the unofficial MyAnimeList API


Installation

npm i @shineiichijo/marika

yarn add @shineiichijo/marika

๐Ÿš€ Importing

const marika = require("@shineiichijo/marika");

๐Ÿ’™ Anime Methods

await marika.getRandomAnime(); //will return random anime with info

await marika.getAnimeById(id); //will return the info for the given anime id

await marika.getAnimeCharacters(id); //will return an array of characters for the given anime id

await marika.getAnimeStaff(id); //will return staff list for the given anime id

await marika.getAnimeEpisodesById(id, episode); //will return the info for the given anime id and episode

await marika.getAnimeNews(id); //will return an array of anime news for the given id

await marika.getAnimePictures(id); //will return an array of pictures for the given anime id

await marika.getAnimeStatistics(id); //will return the stats for the given anime id

await marika.getAnimeRecommendations(id); //will return an array of recommendations for the given anime id

await marika.getAnimeMoreInfo(id); //will return more info for the given anime id

await marika.getTopAnime(); //will return an array for the ranking of anime in MyAnimeList

๐Ÿ’š Manga Methods

await marika.getRandomManga(); //will return random manga with info

await marika.getMangaById(id); //will return the info of the given manga id

await marika.getMangaCharacters(id); //will return an array of characters for the given manga id

await marika.getMangaNews(id); //will return an array of manga news for the given id

await marika.getMangaPictures(id); //will return an array of pictures for the given manga id

await marika.getMangaStatistics(id); //will return the stats for the given manga id

await marika.getMangaMoreInfo(id); //will return more info for the given manga id

await marika.getMangaRecommendations(id); //will rerturn an array of recommendations for the given manga id

await marika.getTopManga(); //will return an array for ranking of manga in MyAnimeList

๐Ÿค Character Methods

await marika.getRandomCharacter(); //will return random anime character with info

await marika.getCharacterById(id); //will return the info for the given character id

await marika.getCharacterManga(id); //will return the manga for the given character id

await marika.getCharacterAnime(id); //will return the anime for the given character id

await marika.getCharacterVoiceActors(id); //will return an array of voice actors for the given character id

await marika.getCharacterPictures(id); //will return an array of pictures for the given character id

await marika.getTopCharacters(); //will return an array of ranking for characters in MyAnimeList

marika's People

Contributors

luckyyam avatar

Stargazers

 avatar magneum avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.