1.0.5 • Published 6 months ago

ects-converter v1.0.5

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

ECTS Converter

Converts scores from the 100-point grading system to the ECTS format.

Installation

Install ects-converter with npm

  npm install ects-converter

Usage/Examples

const ECTS = require('ects-converter');

const score = 85;
const ectsInstance = new ECTS(score);
const ectsValue = ectsInstance.ectsFromScore();

console.log(`ECTS value for score ${score}: ${ectsValue}`);
1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago