Socket
Socket
Sign inDemoInstall

luxurydev.api

Package Overview
Dependencies
7
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    luxurydev.api

JS Wrapper for the luxurydev api


Version published
Maintainers
1
Install size
505 kB
Created

Readme

Source

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

Keywords

FAQs

Last updated on 12 Apr 2023

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