plz-ort

Get Ort (City/Locality) associated with Austrian ZIP code "Postleitzahl" (PLZ).

Usage no npm install needed!

<script type="module">
  import plzOrt from 'https://cdn.skypack.dev/plz-ort';
</script>

README

PLZ/Ort

Get Ort (City/Locality) associated with Austrian ZIP code (Postleitzahl, PLZ).

Data is sourced from the Austrian Post's official postcode list.

Last Updated: January 2018

Usage

The module exports a single function that accepts a string or an integer and returns the matching name.

import ort from 'plz-ort'

ort(1060) // => 'Wien'
ort('2601') // => 'Sollenau'
ort(1337) // => undefined