Skip to content

pwypustek/slownie.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slownie.js

Little library for converting numbers into polish words. Ported from C version at found at http://4programmers.net/Pastebin/1668

Installation

$ npm install slownie

or

{ "name" : "my-project"
, "version" : "1.0.0"
, "dependencies" : { "slownie" : ">= 1.0.0" } }

and then

$ npm install

Usage example


var Slownie = new require('slownie').Slownie();
console.log( Slownie.get(1939393822) );

TODO

  • i18n

About

Liczby Słownie

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%