latenize

0.2.0 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i latenize

    Weekly Downloads

    134

    Version

    0.2.0

    License

    none

    Last publish

    Collaborators

    • fgribreau