The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Geo::Coder::OpenCage

This module provides an interface to the OpenCage geocoding service. For more details see http://geocoder.opencagedata.com/api.html

For docs please see the Geo::Coder::OpenCage page on search.metacpan.org 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/lokku/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="<your key>" dzil test

COPYRIGHT AND LICENCE

Copyright 2014 Lokku Ltd cpan@lokku.com

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.