cjwilburn / dank-memes

A CLI meme generator.
15 stars 14 forks source link

Created helper module for handling console input #62

Closed stevefai closed 5 years ago

stevefai commented 5 years ago

Created a new module in utils/console-reader.js for handling user console input.

The module exports a promisified version of readline.question, which can be reused across the app to make code more readable and easier to test.

Currently, console-reader is only used inside yo-dawg.js.

Steps to Test

node yo-dawg.js

Screenshots

Deploy Notes

Checklist