Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
/ geocoding-proxy Public archive

Google Maps API Geocoding Proxy Server

License

Notifications You must be signed in to change notification settings

rpearce/geocoding-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geocoding-proxy

Google Maps API Geocoding Proxy Server

Setup

  1. clone this repository
  2. make it the current working directory: $ cd geocoding-proxy
  3. install dependencies: $ npm i or $ yarn
  4. get an API key: https://developers.google.com/maps/documentation/geocoding/start#get-a-key
  5. copy .env file: $ cp .env.example .env
  6. add your Google Maps API key to .env: GEO_KEY=abcdefg
  7. start the server: $ node index.js
  8. from another terminal, try it: $ curl localhost:5050/geocode/Charleston

About

Google Maps API Geocoding Proxy Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published