get-random-excuse

1.0.0 • Public • Published

get-random-excuse

package version package downloads standard-readme compliant package license make a pull request

Get a random excuse. Based on excuse-generator

Table of Contents

Install

This project uses node and npm.

$ npm install get-random-excuse
# OR 
$ yarn add get-random-excuse

Usage

const getRandomExcuse = require('get-random-excuse')
 
console.log(getRandomExcuse()) // This sounds unbeleivable but Sherlock Holmes tried to seduce me
console.log(getRandomExcuse()) // You won't beleive this: Red Foreman set my house on fire
console.log(getRandomExcuse()) // This sounds crazy, but Godzilla stole my identity
console.log(getRandomExcuse({leads: "I'm working remotely today,"})) // I'm working remotely today, a frag grenade kidnapped my lizard
 

Contribute

  1. Fork it and create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -am 'Add some feature'
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i get-random-excuse

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

6 kB

Total Files

9

Last publish

Collaborators

  • tiaanduplessis