This little project was about getting familliar with Typescript and overall "how to" work with it.
App prints out or creates HTML report about desired football team from English Premier League about their won games during 2018 season.
- Read
CSVfile. - Analyse provided data and format data.
- Iterate over provided data and count won games.
- Print out the result to console OR generate HTML report file.
Data is being loaded from football.csv project root folder.
npm install
npm startYou may need to have Typescript compiler installed globally.
- NodeJS
v16.13.0 - Typescript
v4.4.4