Latenize
NPM/NodeJS port of Semplice latenize
Getting Started
Install the module with: npm install latenize
var latenize = require('latenize');
latinize("Piqué")
latinize("Solución")
latinize.isLatin("Piqué")
latinize.isLatin("Pique")
latinize.isLatin(latinize("Piqué"))
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.
License
Semplice
Copyright (c) 2013 Francois-Guillaume Ribreau
Licensed under the MIT license.