german-ordinals
v5.3.0
Published
Ordinal numbers in German: 12 => zwölfte
Downloads
793
Readme
german-ordinals
A very simple Node.js module that gives the ordinal representation of numbers in German: zwölfte for 12 etc. Based on a static list. Works up to 30.
Installation
npm install german-ordinals
Usage
var ordinals = require('german-ordinals');
// zwölfte
console.log(`12 => ${ordinals.getOrdinal(12)}`);
Will throw an error when the number is too high.
dependencies and licences
N/A