Skip to content
Frank Stüber edited this page Nov 26, 2024 · 2 revisions

OpenPLZ API is a open data project that makes a public street and postal code directory for Germany, Austria, Switzerland and Liechtenstein available via an open REST API interface.

This Delphi library provides easy access to the OpenPLZ API.

Installation

As Delphi does not have an established package manager, you have the following options:

  • Include this repository as submodule in the Git repository of your project.

  • Keep this repository separate and add the src folder as a search path to your project options.

  • Copy the source code from the src folder into the Git repository of your project and work with a copy of the code.

Clone this wiki locally