An open API service indexing awesome lists of open source software.

https://github.com/exu/slownie.js

Liczby Słownie
https://github.com/exu/slownie.js

Last synced: 12 months ago
JSON representation

Liczby Słownie

Awesome Lists containing this project

README

          

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