A NodeJS package that transforms greek names to the "Vocative" grammatical form (klitiki)
Link to a Demo app that uses this package.
npm install --save greek-name-klitiki
const klitiki = require('greek-name-klitiki');
// returns 'Χρήστο'
klitiki('Χρήστος');
- Some tests will be added soon (With a testing Framework)
- Some documentation inside the code (JSDOC)