JSPM

  • Created
  • Published
  • Downloads 88
  • Score
    100M100P100Q80484F
  • License ISC

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

Package Exports

  • german-postal-codes
  • german-postal-codes/index.json

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (german-postal-codes) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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.