Awesome
Latenize
NPM/NodeJS port of Semplice latenize
Getting Started
Install the module with: npm install latenize
var latenize = require('latenize');
latinize("Piqué") // => "Pique"
latinize("Solución") // => "Solution"
latinize.isLatin("Piqué") // => false
latinize.isLatin("Pique") // => true
latinize.isLatin(latinize("Piqué")) // => true
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.
Donate
License
Semplice Copyright (c) 2013 Francois-Guillaume Ribreau Licensed under the MIT license.