1.0.5 • Published 7 years ago

wfh-excuses v1.0.5

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

WFH-excuses

Working from Home excuses generator

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

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

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago