Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 587 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 587 Bytes

Portunhol.js Build Status

Pequeña biblioteca JavaScript para traducir de português para lo portuñol.

https://github.com/cv/portunhol.js

Instalación

npm install -g portunhol

Como usar

CLI:

$ echo 'onde estão minhas calças?' | portunhol
donde están mis pantalones?

Biblioteca:

var p = require('portunhol');
p.portunholate('onde estão minhas calças?'); // "donde están mis pantalones?"

Licenzla

Ver el arquivo LICENSE