Get a random excuse. Based on excuse-generator
This project uses node and npm.
$ npm install get-random-excuse
$ # OR
$ yarn add get-random-excuse
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
- Fork it and create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request
MIT