Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lnfnunes/WFH-excuses

Repository files navigation

WFH-excuses

Greenkeeper badge

Working from Home excuses generator

Funny excuses generator to use when you have to Work From Home (#WFH).

NPM

npm version Build Status Coverage Status

#WFH

Usage

const wfh = require('wfh-excuses')()
console.log(wfh.pick());     // random excuse in default language (en)
console.log(wfh.pick('pt')); // random excuse in custom language (pt)

Initialize with custom language

const wfh = require('wfh-excuses')('pt') // Set default to 'pt'
console.log(wfh.pick());     // random excuse in default language (pt)
console.log(wfh.pick('en')); // random excuse in custom language (en)

License

ISC License © Leandro Nunes

Support: if you find any problems, open issue

About

👀 Working from Home excuses generator

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 10