Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

becoditive

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

becoditive

a nodejs wrapper for becoditive api

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

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.

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

Keywords

FAQs

Package last updated on 24 May 2021

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc