1.0.1 • Published 1 year ago

luxurydev.api v1.0.1

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
1 year ago

npm npm install size

NPM

luxurydev.api

Installation

npm i luxurydev.api

Official wrapper for the luxurydev api.

Version 1.0.1

New NSFW Methods New VERSATILE Methods

Endpoints

MethodsJson/Promise-Buffer
.memes().title / .url / .image / .upvotes / .comments
.chatbot(text).result.response
.blowjob().url (NSFW)
.dadjokes().message
.ass().url (NSFW)
.hentai().url (NSFW)
.oral().url (NSFW)
.paizuri().url (NSFW)
.ecchi().url (NSFW)
.ero().url (NSFW)
.randomnsfw().url (NSFW)
.maid().url (VERSATILE)
.waifu().url (VERSATILE)
.marinkitagawa().url (VERSATILE)
.moricalliope().url (VERSATILE)
.raidenshogun().url (VERSATILE)
.oppai().url (VERSATILE)
.selfies().url (VERSATILE)
.uniform().url (VERSATILE)
.drake(text).image
.ohno(text).image
.tornado(text, text2).image
.piccolo(text).image
.notstonks(text).image
.abandon(text).image
.stonks(text).image
.cheating(text).image

NOTE

Some VERSATILE and NSFW methods are new so the don't have as much content.

Example

const LuxuryApi = require('luxurydev.api');
const luxury = new LuxuryApi("Your epic Api Key");
async function test() {
  const lol = await luxury.memes();
  console.log(lol.title);
  console.log(lol.url)
  console.log(lol.image);
}
test();

Join our Discord Server to get a api key and for help