Request from friend.
Using the Google Geocoding API to convert Taipei MRT latitude and longitude data into addresses.
Source data is from data.xlsx
.
-
Install dependency
npm install
-
Get Google API key
=> Login into Google Cloud Platform
=> Create Project
=> Activate Geocoding API service
=> Create Certificate(API key)
-
set env file
-
change
.env.example
=>.env
-
set
API_KEY
-
npm install
node ./index.js