0.2.0 • Published 10 years ago

latenize v0.2.0

Weekly downloads
190
License
-
Repository
github
Last release
10 years ago

Latenize Gittip

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

Donate Bitcoins

License

Semplice Copyright (c) 2013 Francois-Guillaume Ribreau Licensed under the MIT license.