KwanMan / contour

Converts javascript address arrays to Lat/Long coordinates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

contour

This project lets you easily convert an array of addresses to latitude and longitude coordinates, using Google's geocoding api

Getting Started

Clone the repo, cd into it, then run make bootstrap

Jump into contour.js and edit in your api key and array.

You can get an api key here.

Running the script

Run make start

boom! you've got an output file called resultslatlong.txt with your new baddass lat long array! Or maybe your computer is telling you you've got some errors. If you do have errors, you probably forgot a step, like getting the api key.

About

Converts javascript address arrays to Lat/Long coordinates


Languages

Language:JavaScript 97.0%Language:Makefile 3.0%