This package has been deprecated

Author message:

We now use RapidApi for interacting with API, for more info: https://rapidapi.com/pgamerxdev/api/random-stuff-api/

random-stuff-api

10.2.3 • Public • Published

Random-stuff-api

Discord Downloads Npm version Github stars License

Requirments

  • Nodejs Version 12.0.0 or above
  • developer/build tools

Installation

npm install random-stuff-api

Usage

AI Response

let stuff =  require("random-stuff-api")
let rsa = new stuff({
    key: "api_key",
})

let response = await rsa.ai(message, language, bot_name , owner_name , unique_id , type)

Joke

let stuff =  require("random-stuff-api")
let rsa = new stuff({
    key: "api_key"  
})

let response = await rsa.joke(type)
// Refer to https://u.pgamerx.com/types for types

Image

let stuff =  require("random-stuff-api")
let rsa = new stuff({
    key: "api_key" 
})

let response = await rsa.image(type)
// Refer to https://u.pgamerx.com/types for types

Important links

Get an API key

Get one here

Documentation/Endpoint

Find here

Donate

Donate

Affilate

Check out best Hosting

Support

Discord server

Package Sidebar

Install

npm i random-stuff-api

Weekly Downloads

6

Version

10.2.3

License

APACHE-2.0

Unpacked Size

5.36 kB

Total Files

3

Last publish

Collaborators

  • pgamerx