Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 731 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 731 Bytes

Geocode Script

This script geocodes a CSV file and converts the result to JSON.

Documentation

View the documentation at my learnings repo.

Use

Test your installation

$ npm test

Retrieve published CSV

$ sh curl2csv.sh

Eventually you'll need to modify the Spreadsheet key and CSV file name to which to write in curl2csv.sh.

Geocode

Install the Geocoder package via $ npm install and run

node geocode.js < file.csv >! file.json

, where file.csv is the input file and file.json is the output file.