Skip to content

justinjaywang/geocode-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Script to geolocate and convert CSV to JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published