Skip to content

mystuffs/waifu.pics-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waifu.pics

An unofficial API wrapper for Waifu.pics for easy to use.

Why?

  1. Easy to use
  2. Fast data response
  3. No external module
  4. 100% coverage of waifu.pics api

Category and endpoints

There are two categories of this API SFW and NSFW.

SFW Endpoints: waifu, neko, shinobu, megumin, bully, cuddle, cry, hug, awoo, kiss, lick, pat, smug, bonk, yeet, blush, smile, wave, highfive, handhold, nom, bite, glomp, slap, kill, kick, happy, wink

NSFW Endpoints: waifu, neko, trap, blowjob

(Note: waifu exists in two versions first one SFW and second one NSFW, if you call getNSFWImage and select endpoint to waifu it'll send NSFW waifu.)

Usage

const { getSFWImage } = require('waifu.pics-wrapper');

getSFWImage('waifu').then(result => {
    console.log(result);
}).catch(e => console.log(e));

License

Refer to the license file.

About

An unofficial API wrapper without any external dependencies for waifu.pics for returning high quality waifu, neko and many more types of images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published