Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 430 Bytes

File metadata and controls

27 lines (20 loc) · 430 Bytes

IPL Data project

This is IPL Data project, in which we had to fetch data from CSV files and display it on HighCharts.

Clone this reporisotry

Install all dependency

npm install

Install http-server in global

npm install -g http-server

Start this project

http-server

Run all test case

npm test