Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 608 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 608 Bytes

CSV Data Parsing with PapaParse in TypeScript

This project demonstrates how to use the PapaParse library to parse CSV data in Node.js using TypeScript and perform various searching and sorting operations on it.

The project also has unit test implemented for functions performed on parsed data using JEST Testing Library in TypeScript .

Installation

$ git clone https://github.com/nknittin16436/raftlab-csv-typescript

$ cd raftlab-csv-typescript 
$ npm install

Run server 
$ npm run start


Yay!! you should see the app running now

To run Test Cases

$ npm run test