Skip to content

FGRibreau/latenize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Donate Bitcoins

License

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

About

NPM/NodeJS port of Semplice latenize

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published