Skip to content

Typescript usage to read and analyse data from CSV file.

Notifications You must be signed in to change notification settings

diploidal/typescript-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript Stats

This little project was about getting familliar with Typescript and overall "how to" work with it.

What it does

App prints out or creates HTML report about desired football team from English Premier League about their won games during 2018 season.

How it works - step by step

  1. Read CSV file.
  2. Analyse provided data and format data.
  3. Iterate over provided data and count won games.
  4. Print out the result to console OR generate HTML report file.

About data

Data is being loaded from football.csv project root folder.

How to run

npm install
npm start

You may need to have Typescript compiler installed globally.

Technologies used

  • NodeJS v16.13.0
  • Typescript v4.4.4

About

Typescript usage to read and analyse data from CSV file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published