cjwilburn / dank-memes

A CLI meme generator.
15 stars 14 forks source link

Refactor to async/await #58

Closed tamasmuncsan closed 5 years ago

tamasmuncsan commented 5 years ago

Summary

I would suggest to rewrite/refactor the code to async/await as it is more concise and clean than promise chaining. Would love to help you with that.

cjwilburn commented 5 years ago

That works for me. Thanks for your work on that.