This is a simple Node.js command line application that asks for your tea preference and acknowledges it with a warm message.
To install the application, first clone the repository:
npm i drinktea
Then navigate into the project directory and install the dependencies:
npm i
To run the application, use the following command:
node index.js
You will be prompted to enter your tea name. After you enter it, the application will print a message acknowledging your tea preference.
Enjoy your tea time! ☕️