https://github.com/tschaefer/rolf
:fax: Ask Rolf for postcode.
https://github.com/tschaefer/rolf
Last synced: 3 months 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 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T12:53:22.000Z (3 months ago)
- Last Synced: 2025-02-26T13:43:31.538Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- 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').gemUsage
$ 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?