1.2.1 • Published 8 years ago

por-extenso v1.2.1

Weekly downloads
9
License
Fair
Repository
github
Last release
8 years ago

por-extenso

Brazilian Portuguese numbers in full.

Usage

$ npm install por-extenso
(...)
$ node
> var porExtenso = require('./lib/por-extenso')
undefined
> porExtenso('9') // accepts an integer String
'nove'
> porExtenso(99) // or an integer Number
'noventa e nove'
> porExtenso('eu tenho 99 balões') // in the middle of a text
'eu tenho noventa e nove balões'
> porExtenso.parse('eu tenho noventa e nove balões') // and also the other way around
'eu tenho 99 balões'
1.2.1

8 years ago

1.2.0

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago