a nodejs wrapper for becoditive api
npm install becoditive
cli
npm i becoditive
`
Configuration
The first step is to import the module in your code.
`js
const beCoditive = require("becoditive");
const client = new beCoditive.API()
`
Then you have to login and request a API call according to your choice.
`js
client.login("YOUR_BECODITIVE_API_KEY")
await client.dog().then((data) => {
console.log(data)
})
``
Available API Calls
- client.dog()
- client.cat()
- client.panda()
- client.bird()
- client.uuid()
- client.joke()
- client.puns())
- client.hug()
- client.kiss()
- client.insults()
- client.flirt()
- client.word()
- client.doesnotexists()
- client.quote()
- client.uselessweb()
- client.truth()
- client.dare()
- client.number()
- client.password()`