IT Excuses generator
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))