Resolves a list of postcodes (or any location really) to a lat/long
- Clone project
- Populate
config.php
(see below) chmod +x process.php
./process.php
Unless you have a premium account for use with the geocoding API, you can use an array of API keys
<?php
$google_api_keys = [
'your-first-key-here',
'your-second-key-here',
'your-third-key-here',
'...'
];