ects-oleksi-pavliuk
v1.0.0
Published
Convert scores from the 100-point grading system to ECTS format
Readme
ects-oleksii-pavliuk
A small npm package that converts scores from the 100-point grading system to the ECTS format.
Installation
npm install ects-oleksii-pavliuk
Usage
const ECTS = require('ects-oleksii-pavliuk'); const grade = new ECTS(87).ectsFromScore(); // 'B'
Tests
Run tests locally:
npm test
Publish
- Ensure
package.jsonnameisects-oleksii-pavliuk. npm login(ornpm adduser).npm publish(use--access publicif needed).
Make sure name.txt in the task repo contains the published package name exactly: ects-oleksii-pavliuk.
