funny-excuse

1.0.4 • Public • Published

funny-excuse

An npm package that Generates a random funny excuse based on a given activity or place

install

npm i funny-excuse

usage

// ESM module
import funnyExcuse from 'funny-excuse'

// commonjs module
const funnyExcuse = require('funny-excuse');

const excuse = funnyExcuse.getExcuse('come to your house')
console.log(excuse) 

example output: I can't come to your house because I'm on a strict diet of not doing things

Package Sidebar

Install

npm i funny-excuse

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

5.19 kB

Total Files

5

Last publish

Collaborators

  • eyucoder