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

rpearce/geocoding-proxy

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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