Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

elliottophellia/kyoko.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


歳納京子
Toshino Kyoko

A JavaScript Wrapper For KyokoAPI
https://kyoko.rei.my.id

Support Me!
Paypal - Saweria - Trakteer - Kofi

Installation

npm i kyoko.js

Usage

Example

import { Kyoko } from 'kyoko.js';
const kyoko = new Kyoko();

// Sfw
kyoko.getWaifu(5)
.then(res => console.log(res))
.catch(err => console.log(err));
// Nsfw
kyoko.getNsfwWaifu(5)
.then(res => console.log(res))
.catch(err => console.log(err));
// Quotes
kyoko.getQuote(5)
.then(res => console.log(res))
.catch(err => console.log(err));
// MyAnimeList
kyoko.getMAL('Yuru Yuri')
.then(res => console.log(res))
.catch(err => console.log(err));
// Trace.moe
kyoko.getTrace('https://i.ibb.co/981SG4x/yuru-yuri.png')
.then(res => console.log(res))
.catch(err => console.log(err));

Endpoints

getWaifu()
getBlush()
getBonk()
getHug()
getKiss()
getQuote()
getSlap()
getSmile()
getSmug()
getWave()
getWink()
getAwoo()
getBite()
getBully()
getCry()
getCuddle()
getDance()
getGlomp()
getHandhold()
getHappy()
getHighfive()
getKick()
getKill()
getLick()
getMAL()
getTrace()
getNom()
getPat()
getPoke()
getNeko()
getRandomAnime()
getYeet()
getNsfwWaifu()
getNsfwTrap()
getNsfwBlowjob()
getNsfwNeko()