https://github.com/tschaefer/rolf
:fax: Ask Rolf for postcode.
https://github.com/tschaefer/rolf
Last synced: about 1 month ago
JSON representation
:fax: Ask Rolf for postcode.
- Host: GitHub
- URL: https://github.com/tschaefer/rolf
- Owner: tschaefer
- License: mit
- Created: 2022-10-14T17:23:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-04-11T07:39:10.000Z (about 2 months ago)
- Last Synced: 2026-04-11T09:27:21.215Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.html
- License: LICENSE
Awesome Lists containing this project
README
rolf
Ask Rolf for postcode.

Introduction
Ask Rolf with german city, street and optional federal state name and he will
answer you with all matching postcodes.
Installation
$ gem build
$ gem install rolf-$(ruby -Ilib -e 'require "rolf/version"; puts Rolf::VERSION').gem
Usage
$ rolf query --full Gamisch-Partenkirchen Zugspitzstrasse
82467
$ rolf query --full Gamisch-Partenkirchen Zugspitzstrasse
Zugspitzstraße, Garmisch-Partenkirchen, Landkreis Garmisch-Partenkirchen, Obb, Bayern, 82467
$ rolf query --json Gamisch-Partenkirchen Zugspitzstrasse
[
{
"road": "Zugspitzstraße",
"town": "Garmisch-Partenkirchen",
"county": "Landkreis Garmisch-Partenkirchen",
"state_district": "Obb",
"state": "Bayern",
"postcode": "82467"
}
]
For further information about the command line tool rolf use the switches
--help / --man.
License
GNU General Public License v3.0.
Is it any good?