https://github.com/opencagedata/perl-geo-coder-opencage
Perl module for the OpenCage geocoding API
https://github.com/opencagedata/perl-geo-coder-opencage
geocoding opencage opencage-geocoder perl
Last synced: 12 months ago
JSON representation
Perl module for the OpenCage geocoding API
- Host: GitHub
- URL: https://github.com/opencagedata/perl-geo-coder-opencage
- Owner: OpenCageData
- Created: 2014-05-20T12:00:26.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T18:29:17.000Z (almost 2 years ago)
- Last Synced: 2024-06-19T05:54:09.341Z (almost 2 years ago)
- Topics: geocoding, opencage, opencage-geocoder, perl
- Language: Perl
- Homepage: https://metacpan.org/pod/Geo::Coder::OpenCage
- Size: 131 KB
- Stars: 5
- Watchers: 11
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- Security: SECURITY.md
Awesome Lists containing this project
README
# Geo::Coder::OpenCage
This module provides a Perl interface to the [OpenCage geocoding API](https://opencagedata.com).
## Build status
[](https://github.com/OpenCageData/perl-Geo-Coder-OpenCage/actions/workflows/ci.yml)[](https://metacpan.org/pod/Geo::Coder::OpenCage)
[](https://coveralls.io/github/OpenCageData/perl-Geo-Coder-OpenCage?branch=master)

## Usage
For docs please see [the Geo::Coder::OpenCage page on search.metacpan.org](https://metacpan.org/pod/Geo::Coder::OpenCage)
or `perldoc Geo::Coder::OpenCage`.
## INSTALLATION
To install into your Perl environment you can use the following command:
$ cpan Geo::Coder::OpenCage
Alternatively to work on the source:
$ git clone https://github.com/opencagedata/perl-Geo-Coder-OpenCage.git
$ cd perl-Geo-Coder-OpenCage
$ cpan Dist::Zilla
$ dzil authordeps | xargs cpan
$ dzil listdeps | xargs cpan
$ GEO_CODER_OPENCAGE_API_KEY="" dzil test
## COPYRIGHT AND LICENCE
Copyright OpenCage GmbH
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.16 or, at your option, any later version of Perl 5 you may have available.
### Who is OpenCage GmbH?
We run a worldwide [geocoding API](https://opencagedata.com/api) and [geosearch](https://opencagedata.com/geosearch) service based on open data.
Learn more [about us](https://opencagedata.com/about).
We also run [Geomob](https://thegeomob.com), a series of regular meetups for location based service creators, where we do our best to highlight geoinnovation. If you like geo stuff, you will probably enjoy [the Geomob podcast](https://thegeomob.com/podcast/).
