Skip to content

derhuerst/german-postal-codes

Repository files navigation

german-postal-codes

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

npm version 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.