1.2018.2 • Published 6 years ago

plz-ort v1.2018.2

Weekly downloads
12
License
MIT
Repository
-
Last release
6 years ago

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