1.0.3 • Published 10 months ago

rendu-td5-louis-nourry v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Rendu-TD5-Louis-Nourry

The system enables you to perform multiple tasks on a CSV file containing student information. It allows you to read the file, generate random notes for each student, calculate the average of the class, and display the overall average at the end of the CSV file.

Prerequisites

Node.js: Make sure you have Node.js installed on your machine. You can download it from the official website: https://nodejs.org

Installation

Clone the repository:

Git clone <https://github.com/lnourry75/Rendu-TD5-Louis-Nourry>

Install the dependencies:

npm install

Usage

To use this package, you need to create a CSV file with the following format:

Student_pk;Nom;Prenom;Note;Commentaire
12312321312;DOE;John;;
12312321313;DOE;Maria;;
12312321314;DOE;Jane;;
12312321315;DOE;John 2;;
12312321316;DOE;Mariasse;;

Local Development To test the code for any errors, you can run the tests using Jest:

npx jest
1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago