1.0.4 • Published 1 year ago

funny-excuse v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago