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

https://github.com/derhuerst/german-postal-codes

A list of all postal (ZIP) codes in Germany.
https://github.com/derhuerst/german-postal-codes

germany postal-code postleitzahl zip-code

Last synced: about 1 year ago
JSON representation

A list of all postal (ZIP) codes in Germany.

Awesome Lists containing this project

README

          

# german-postal-codes

**A list of all [postal (ZIP) codes in Germany](https://en.wikipedia.org/wiki/Postal_codes_in_Germany).**

[![npm version](https://img.shields.io/npm/v/german-postal-codes.svg)](https://www.npmjs.com/package/german-postal-codes)
![ISC-licensed](https://img.shields.io/github/license/derhuerst/german-postal-codes.svg)
[![support me via GitHub Sponsors](https://img.shields.io/badge/support%20me-donate-fa7664.svg)](https://github.com/sponsors/derhuerst)
[![chat with me on Twitter](https://img.shields.io/badge/chat%20with%20me-on%20Twitter-1da1f2.svg)](https://twitter.com/derhuerst)

## Installing

```shell
npm install german-postal-codes
```

## Usage

```js
const codes = require('german-postal-codes')

console.log(codes)
```

```js
[
'01067',
'01069',
'01097',
'01099',
'01108',
// …
'99991',
'99994',
'99996',
'99998'
]
```

## Contributing

If you **have a question**, **found a bug** or want to **propose a feature**, have a look at [the issues page](https://github.com/derhuerst/german-postal-codes/issues).