# zahlwort

> Library for replacing numbers with written-out GERMAN words / Bibliothek zum Ausschreiben von Zahlen als deutsche Zahlwörter.

Latest version **0.0.2** (published 2014-06-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install zahlwort
pnpm add zahlwort
yarn add zahlwort
bun add zahlwort
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2014-06-30 |
| First published | 2014-06-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Eugene Terehov |
| Maintainers | eterehov |
| Keywords | locale, i18n, locale-js, number, german, Deutsch, DigitalWerft, util, utility, currency, euro, zahlwort, zahlenwort, ausschreiben |

## Links

- npm: https://www.npmjs.com/package/zahlwort
- Repository: https://github.com/terehov/zahlwortJS
- Issues: https://github.com/terehov/zahlwortJS/issues
- npm.io page: https://npm.io/package/zahlwort

## Alternatives

- [random-seedable](https://npm.io/package/random-seedable.md) — 27.9K weekly downloads
- [n2words](https://npm.io/package/n2words.md) — 22.2K weekly downloads
- [@stdlib/math-base-special-factorialln](https://npm.io/package/@stdlib/math-base-special-factorialln.md) — 5.7K weekly downloads
- [@stdlib/math-base-special-abs2](https://npm.io/package/@stdlib/math-base-special-abs2.md) — 1.7K weekly downloads
- [commons-math-interpolation](https://npm.io/package/commons-math-interpolation.md) — 1.4K weekly downloads

## Recent versions

- 0.0.2 (latest) — 2014-06-30

## README

# zahlwortJS
==========

Library for replacing numbers with written-out GERMAN words in JavaScript


```javascript
var zahlwort = require("zahlwort");

// Just a Number to written-out word
console.log(zahlwort(110));

// with decimals
console.log(zahlwort(110.98));

// to currency (Default: Euro)
console.log(zahlwort(110, true));


// to Dollar currency
console.log(zahlwort(110, true, ["Dollar", "Cent"]));
```

## Beispiele:
> eins
> ein Euro
> zwei
> zwei Euro
> fünf Komma fünf
> fünf Euro und fünf Cent
> dreizehn
> dreizehn Euro
> vierzig Komma vierzig
> vierzig Euro und vierzig Cent
> einundvierzig Komma einundvierzig
> einundvierzig Euro und einundvierzig Cent
> fünfundfünfzig Komma fünfundfünfzig
> fünfundfünfzig Euro und fünfundfünfzig Cent
> sechsundsechzig
> sechsundsechzig Euro
> neunundneunzig
> neunundneunzig Euro
> einhundert
> einhundert Euro
> einhunderteins
> einhundertein Euro
> einstausend
> eintausend Euro
> zehntausend
> zehntausend Euro
> zehntausendeins
> zehntausendein Euro
> einhunderttausend
> einhunderttausend Euro
> einhunderttausendeins
> einhunderttausendein Euro
> eine Million
> eine Million Euro
> zwei Millionen
> zwei Millionen Euro
> zwei Millionen und eins
> zwei Millionen und ein Euro
> drei Millionen und eins
> drei Millionen und ein Euro
> zehn Millionen
> zehn Millionen Euro
> zwanzig Millionen und eins
> zwanzig Millionen und ein Euro
> dreißig Millionen und dreihundertelf
> dreißig Millionen und dreihundertelf Euro
> einhundert Millionen und Komma achtundsiebzig
> einhundert Millionen und Euro und achtundsiebzig Cent

---
_Source: https://npm.io/package/zahlwort · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
