showhar-ame-jokes

1.0.6 • Public • Published

showhar-ame-jokes (Persian dad jokes)

A funny joke generate NPM package including handreds of persian dad jokes tweeted by persian people. Install

npm i showhar-ame-jokes

After installation, invoke the joke generator function and pass a a spicific 12 bytes id or a number 1-10. Example:

// Import the jokesGenerator function:
const jokesGenerator = require('showhar-ame-jokes')
// Invoke the function and pass a number as an argument and store it in a variable:
const arrayOfJokes = jokesGenerator(2)
// Log the result into the console 
console.log(arrayOfJokes)

Result:

[{
  "_id": {
    "$oid": "644ead287803a3117a0a6ca7"
  },
  "value": "بزغاله‌ها که ناراحت میشن صداشون بُزغالود میشه",
  "__v": 0,
  "createdAt": {
    "$date": {
      "$numberLong": "1682877736688"
    }
  },
  "updatedAt": {
    "$date": {
      "$numberLong": "1682877736688"
    }
  }
},{
  "_id": {
    "$oid": "644ead287803a3117a0a6ca8"
  },
  "value": "وقتی یه کشور تعجب میکنه میگه شهرام!",
  "__v": 0,
  "createdAt": {
    "$date": {
      "$numberLong": "1682877736689"
    }
  },
  "updatedAt": {
    "$date": {
      "$numberLong": "1682877736689"
    }
  }
}]

Check out the API equivalent to this package: Jokes-API

Package Sidebar

Install

npm i showhar-ame-jokes

Weekly Downloads

0

Version

1.0.6

License

MIT

Unpacked Size

162 kB

Total Files

7

Last publish

Collaborators

  • rumiani