make-meme.js uses async/await now instead of promise chaining. Made error-handling more verbose. I suggest to add a .env file to the repository, so we won't have to store usernames/passwords hard-coded.
Checklist
[x] I have tested these code changes and included the relevant urls and screenshots.
[x] I have updated our build tasks accordingly (if applicable).
[x] I have updated our documentation accordingly (if applicable).
[x] I have linted the code that I've included in this PR (if applicable).
[x] My code follows the code style of this project.
Refactored
make-meme.js
.Description
make-meme.js
uses async/await now instead of promise chaining. Made error-handling more verbose. I suggest to add a.env
file to the repository, so we won't have to store usernames/passwords hard-coded.Checklist