Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natchkebiailia/NumberToWord
გადაჰყავს რიცხვი მის ქართულ შესატყვისში 0-დან 1000000000000000 ის ჩათვლით
https://github.com/natchkebiailia/NumberToWord
Last synced: about 2 months ago
JSON representation
გადაჰყავს რიცხვი მის ქართულ შესატყვისში 0-დან 1000000000000000 ის ჩათვლით
- Host: GitHub
- URL: https://github.com/natchkebiailia/NumberToWord
- Owner: natchkebiailia
- Created: 2014-04-14T16:04:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T15:37:27.000Z (about 7 years ago)
- Last Synced: 2024-08-04T04:04:54.443Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 160 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-georgia - natchkebiailia/NumberToWord - Convert numbers to localized strings (JavaScript). (Categories)
README
How to use:
========numberToWord(number)
number -> string or integer
Examples of usage:
========numberToWord(30);
numberToWord("45427465306");
numberToWord("454274653078825");
Live Example:
========JSFiddle
Result:
========
![ScreenShot](https://raw.githubusercontent.com/natchkebiailia/NumberToWord/master/screenShot.PNG)