drivet.js
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

drivet.js

Using Drivet's API made easy Package Version TypeScript

Install

NPM

npm install drivet.js

Yarn

yarn add drivet.js

All Endpoints

Facts

Function Description Params Type
catFact() Sends a random cat fact none JSON
dogFact() Sends a random dog fact none JSON

Filters

Function Description Params Type
greyscale() Turn a image to black and white url, raw JSON or RAW
invert() Turn a image colors to inverted url, raw JSON or RAW
pixelate() Turn a image to pixelated url, raw JSON or RAW
sepia() Turn a image to sepia url, raw JSON or RAW

Fun

Function Description Params Type
eightball() Sends a random 8ball response none JSON
fml() Sends a random fuck-my-life qoute none JSON
reverse() Reverse a text text JSON
vaporwave() Vaporwave a text text JSON

Images

Function Description Params Type
cat() Sends a random cat picture none JSON
dog() Sends a random dog picture none JSON
bird() Sends a random bird picture none JSON

Miscellaneous

Function Description Params Type
chat() Talk with an AI message, uid JSON

Example

Using Drivet's API is pretty easy. Once installed, you may use it like this:

const { DrivetClient } = require('drivet.js')
// or
import { DrivetClient } from 'drivet.js';
const drivet = new DrivetClient();

let dogFact = await drivet.facts.dogFact();
let reverse = await drivet.facts.reverse({ text: 'Funny Text' });

console.log(dogFact)
// Returns { "fact": "More than one in three U.S. families owns a dog." }
console.log(reverse)
// Returns { "text": "txeT ynnuF" } 

Support

Join our Discord Server to get support with this package.

Package Sidebar

Install

npm i drivet.js

Weekly Downloads

3

Version

0.1.4

License

MIT

Unpacked Size

8.11 kB

Total Files

7

Last publish

Collaborators

  • epicjuicy