1.0.4 • Published 8 years ago

silabify v1.0.4

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

Silabify Build Status

Syllabify spanish words. Try it out

Install

You can install it through NPM or cloning this repo

  • NPM:
$ npm install silabify
  • Cloning this repo (for use within a browser):
$ git clone https://github.com/gabrielperales/silabify.git
$ cd silabify && npm run build
# this command will generate two builds in the *dist* folder

Usage

const silabify = require('silabify');

silabify('Gabriel');
//=> ['Ga', 'briel']

API

silabify(word)

word

Type: String

Word to syllabize.

Resources:

License

MIT © Gabriel Perales