lorem-excuses
v1.0.0
Published
Excuses generator
Downloads
9
Readme
Lorem Excuses
IT Excuses generator
How to
getLiveExcuse => Promise that fetches the list from the repo and return a random excuse
getLiveExcuse().then(excuse => console.log(excuse))
getCachedExcuse => Promise that fetches from the package fil and return a random excuse
getCachedExcuse().then(excuse => console.log(excuse))