A command line node.js application, which parses the input log file
$ git clone https://github.com/thedev-ay/Log-Parser-App.git
$ cd Log-Parser-App
$ npm install
$ npm run build
$ npm run start
or
$ node parser.js --input logs/app.log --output errors.json