plz-ort

1.2018.2 • Public • Published

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

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i plz-ort

    Weekly Downloads

    6

    Version

    1.2018.2

    License

    MIT

    Unpacked Size

    73.6 kB

    Total Files

    8

    Last publish

    Collaborators

    • albertzak