1.0.1 • Published 8 years ago

chilenify v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Chilenify

Turn spanish sentences to chilean flaite. Works on Node.js, Browsers and React-Native.

Created with http://megaboilerplate.com/

Orignal credits: http://www.pckz.cl/retrocesocultural/

Getting started

Install with yarn:

yarn add chilenify

Usage:

import chilenify from 'chilenify';

// ES5
// const chilenify = require('chilenify').default;

const sentence = chilenify('Hola que tal compadre', { perv: true });

console.log(sentence);
// WENA QUE TAL SOCIO máZnáátèdííghó óèzíí

Test

yarn test