My submission for ConsumerTrack challenge
You need Node.js/NPM and Git installed into your system.
To run this application:
- In your terminal type
git clone https://github.com/Ali-Aftab/consumerTrack.gitto clone it to your computer. - Then type
cd consumerTrackto access the folder - To install the required modules type
npm i - Type in the name of the file that you would like to use on line 5 of
index.js(Optional as we have a dummyFile to use) - Type
npm run startin your terminal to create your CSV file! - Check out your new CSV File (should be labeled as
output.csv)!