cjwilburn / dank-memes

A CLI meme generator.
15 stars 14 forks source link

refactor: make-meme.js #64

Closed tamasmuncsan closed 3 years ago

tamasmuncsan commented 5 years ago

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

cjwilburn commented 5 years ago

would you also mind fixing the conflicts in make-meme.js before I can merge it in?

tamasmuncsan commented 5 years ago

Done !