0.0.3 • Published 3 years ago

becoditive v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

beCoditive

npm bundle size npm

Bugs and glitches

Feel free to report all bugs and glitches by creating an issue in the issue section.

A correct and understandable issue contains :

  • Steps to reproduce
  • Code that summonned the error
  • The complete error

You can also join me on my discord server.

you can download it from npmjs.

npm i becoditive

Configuration

The first step is to import the module in your code.

const beCoditive = require("becoditive");
const client = new beCoditive.API()

Then you have to login and request a API call according to your choice.

    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()

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago