Skip to content
This repository has been archived by the owner on Aug 3, 2019. It is now read-only.
/ derpyapi.js Public archive

Official node.js wrapper for Derpy API

License

Notifications You must be signed in to change notification settings

davidcralph/derpyapi.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

derpyapi.js

Official node.js wrapper for the ohlookitsderpy.space API

Installation

npm install derpyapi.js

Example

const derpy = require("derpyapi.js");

derpy.miku().then(res => console.log(res)).catch(err => console.log(err));

Methods

.miku() - Get a random Miku wallpaper

.ddlc() - Get a random DDLC wallpaper

.lovelive() - Get a random Love Live gif

.k_on() - Get a random K-On gif

.konosuba() - Get a random Konosuba gif

.takagi() - Get a random Takagi-san image

.sao() - Get a random SAO wallpaper

.nekoparastatic() - Get a random Nekopara image (NSFW)

.nekoparagif() - Get a random Nekopara gif (NSFW)

Credits

August for updating stuff TM