This is a simple application to demonstrate NodeJS knowledge
Download/clone folder to system
Navigate to folder on command line
Make sure node and npm are installed
Run: npm install
To run application: node index.js |path to datafile|
eg: node index.js ./tests/data/command.txt
To run tests: npm run test