Socket
Socket
Sign inDemoInstall

kyoko.js

Package Overview
Dependencies
6
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    kyoko.js

A javascript wrapper for KyokoAPI (kyoko.rei.my.id)


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source


歳納京子
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()

Keywords

FAQs

Last updated on 29 Dec 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc