liczby-slownie
v1.0.0
Published
Function to convert numbers as corresponding words
Downloads
16
Readme
Slownie.js
Little library for converting numbers into polish words.
Fork of https://github.com/exu/slownie.js which was ported from C version found at http://4programmers.net/Pastebin/1668
Installation
$ npm install slownie --saveUsage example
const slownie = require('slownie')
console.log( slownie(1939393822) );
TODO
- i18n
