Marika
An API 📦 for the the unofficial MyAnimeList API jikan.moe v4
Install / Use
/learn @LuckyYam/MarikaREADME
<div align=center>
<a href="https://github.com/LuckyYam/Marika"><img src="https://wallpapermemory.com/uploads/816/marika-tachibana-wallpaper-hd-1920x1080-323797.jpg" alt="I Love Chitoge more tbh" border="0"></a>
Marika
A promise based API wrapper for the unofficial MyAnimeList API
</div>Installation
npm i @shineiichijo/marika
yarn add @shineiichijo/marika
🚀 Usage Examples
import { Marika } from '@shineiichijo/marika'
;(async () => {
const { anime } = new Marika()
await anime.getAnimeById(1)
.then(console.log)
.catch(console.error)
})()
import { Manga } from '@shineiichijo/marika'
;(async () => {
const manga = new Manga()
await manga.getMangaSearch({ q: 'Nisekoi', page: 1, genres: [22, 4], limit: 1 })
.then(console.log)
.catch(console.error)
})()
import { Marika, AnimeSeasons, AnimeTypes } from '@shineiichijo/marika'
;(async () => {
const { seasons } = new Marika()
await seasons.getSeason(2023, AnimeSeasons['FALL'], { sfw: true, filter: AnimeTypes['TV'] })
.then(console.log)
.catch(console.error)
})()
import { Characters } from '@shineiichijo/marika'
;(async () => {
const characters = new Characters()
await characters.getCharacterFullById(66597)
.then(console.log)
.catch(console.error)
})()
import { Marika, Days } from '@shineiichijo/marika'
;(async () => {
const { schedules } = new Marika()
await schedules.getSchedules({ filter: Days['MONDAY'] })
.then(console.log)
.catch(console.error)
})()
Related Skills
node-connect
350.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
350.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
350.8kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
