Java utility that queries customer addresses provided in CSV file against Google Geolocation API and output coordinates and a simple google maps html
- JDK 8
- Maven
See csv.headers.template for the expected csv format
Required program arguments: 0: YOUR_GOOGLE_API_KEY, 1: YOUR_FILE.csv
This project is licensed under the MIT License - see the LICENSE.md file for details