cjwilburn / dank-memes

A CLI meme generator.
15 stars 14 forks source link

Refactor index.js to async/await #59

Closed tamasmuncsan closed 5 years ago

tamasmuncsan commented 5 years ago

Description

index.js is now using async/await instead of Promise chaining.

reference: https://github.com/cjwilburn/dank-memes/issues/58

Checklist