Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christianmalek/numbertoword.js
Converts numbers to words (german only)
https://github.com/christianmalek/numbertoword.js
Last synced: about 4 hours ago
JSON representation
Converts numbers to words (german only)
- Host: GitHub
- URL: https://github.com/christianmalek/numbertoword.js
- Owner: christianmalek
- License: mit
- Created: 2014-11-22T13:08:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T09:46:03.000Z (over 7 years ago)
- Last Synced: 2023-08-12T06:36:59.194Z (about 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
numbertoword.js
============Converts numbers to words (german only). Works from zero to octillion (*in german Quadrilliarde*)
## 30s look
```html
var word = ntw(42); //convert a number to a word
console.log("The solution is " + word);
```