Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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);

```