/quote-of-the-day

A node CLI aplication to get the Quote Of the Day

Primary LanguageJavaScript

quote-of-the-day

A node CLI aplication to get the Quote Of the Day

Instructions

1 - Clone this project

git clone https://github.com/caf-3/quote-of-the-day
cd quote-of-the-day

2 - Install project dependencies

npm install

3 - For Linux/Unix users

chmod +x ./qod.js
./qod.js
And it's all

4 - For Windows users

  • Must open the qod.js file then remove the first line of the file and save the file
  • Open CMD
node qod.js
And it's all