derhuerst / german-postal-codes

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

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

License:ISC License


Languages

Language:JavaScript 100.0%