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
- Host: GitHub
- URL: https://github.com/exu/slownie.js
- Owner: exu
- Created: 2013-02-05T19:43:45.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-05T21:30:25.000Z (over 13 years ago)
- Last Synced: 2025-06-21T14:20:17.991Z (about 1 year ago)
- Language: JavaScript
- Size: 398 KB
- Stars: 0
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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