CazB67 / employee-summary

A Node CLI that takes in information about employees and generates an HTML webpage that displays summaries for each person.
MIT License
0 stars 0 forks source link

Inquirer #2

Open CazB67 opened 4 years ago

CazB67 commented 4 years ago

Look at the inquirer package and work out how to validate answers eg an email is in email format so that a number or a word etc cannot be input

CazB67 commented 4 years ago

Answers validated but bug with git hub validation. Need to understand new Promise I think