Hey there! This is a project that parses and normalizes CSV data for different insurance brokers.
This was a bit of a tricky project, but I'm happy with the result. I hope you like it!
This project uses Node.js and the following dependencies:
- csv-parser: A CSV parsing library that we use to read the CSV files.
- jest: A testing library that we use to write our tests.
- chalk: A library that we use to add some color to our console output.
- Node.js (v14 or newer): We use some modern JavaScript features, so you'll want an updated version of Node.
- npm: Typically included with Node.js, used to install our dependencies.
-
Clone this repo or download it.
git clone https://github.com/JamieBohannaWebDev/insurance-csv-parsing.git cd broker-insights
-
Install dependencies
npm install
-
Run the project
node src/index.js
-
Run the tests
npm test npm run coverage