1.0.0 • Published 7 years ago

semacento v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

#Sem Acento!

A small module to make things easier. Removes the accent from a letter or word and returns it without the accent.

Installation

npm install semacento --save

Usage

var semAcento = require('semacento')

console.log(semAcento.normalize("afável, fácil, cônsul, desejável, ágil, incrível"));

Output: afavel, facil, consul, desejavel, agil, incrivel

Tests

npm test O

Contributing