A list of all postal (ZIP) codes in Germany.
npm install german-postal-codes
const codes = require('german-postal-codes')
console.log(codes)
[
'01067',
'01069',
'01097',
'01099',
'01108',
// …
'99991',
'99994',
'99996',
'99998'
]
If you have a question, found a bug or want to propose a feature, have a look at the issues page.