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.
- Host: GitHub
- URL: https://github.com/derhuerst/german-postal-codes
- Owner: derhuerst
- License: isc
- Created: 2017-04-16T12:04:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-05T21:42:15.000Z (over 4 years ago)
- Last Synced: 2025-04-15T05:36:39.820Z (about 1 year ago)
- Topics: germany, postal-code, postleitzahl, zip-code
- Language: JavaScript
- Homepage: https://github.com/derhuerst/german-postal-codes
- Size: 20.5 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
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).**
[](https://www.npmjs.com/package/german-postal-codes)

[](https://github.com/sponsors/derhuerst)
[](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).