fantastic winner

This repo holds code for the csv normalizer. The repo name was randomly generated by github and I thought it was funny.

Development Notes

To build the application, you need to install node.js and run the following commands:

install dependencies

npm install

Run unit tests

npm run test

Run eslint

npm run lint

run app

npm start < $mycsvfile

or

node index.js < $mycsvfile