Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

german-postal-codes

derhuerst1.1kISC2.0.0

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

germany, postal code, zip code, plz, postleitzahl

readme

german-postal-codes

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

npm version build status ISC-licensed support me via GitHub Sponsors chat with me on Twitter

Installing

npm install german-postal-codes

Usage

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

console.log(codes)
[
    '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.