Skip to content

cabarbato/google-maps-price

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💰 Get Price Level from Google Maps

A script that iterates through a provided CSV and looks up locations with the Node.js Client for Google Maps Services. The script then provides a new CSV that includes the price_level as a new column.

Progress:

95%

Instructions:

  1. Save your dataset in the data input folder. The current script utilizes a name, city, and state field to search for the location's ID.
  2. create an .env file with your API key and any other sensitive information.
  3. Run "npm start", which will watch any ts files for changes, then run through tsc and babel before executing.

About

Iterates through CSV with place names/addresses, then retrieve the price_level with Google Maps API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published