Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Philipp Partosch 46a936d7de added all files to project 2 years ago
..
index.js added all files to project 2 years ago
license.md added all files to project 2 years ago
package.json added all files to project 2 years ago
readme.md added all files to project 2 years ago

readme.md

vbb-translate-ids

Translate VBB IDs from 9-digit to 12-digit and reverse.

npm version build status ISC-licensed gitter channel

Installing

npm install vbb-translate-ids

Usage

const {to12Digit, to9Digit} = require('vbb-translate-ids')

assert.strictEqual(to12Digit('900003201'), '900000003201')
assert.strictEqual(to9Digit('900000003201'), '900003201')

If to12Digit/to9Digit don’t know how to translate the ID, they will just return it.

Contributing

If you have a question, found a bug or want to propose a feature, have a look at the issues page.