Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.
/ geocode-service Public archive

simple node.js + redis caching geocoding/elevation service

License

Notifications You must be signed in to change notification settings

cdzombak/geocode-service

Repository files navigation

geocode-service

A simple node.js + Redis caching geocoding service which returns lat/lng and elevation for an address string.

Designed for aviation applications, so elevation is returned in feet.

Environment Vars

  • PORT: server port. Defaults to 5150.
  • CLIENT_KEY: client API secret key. Required.
  • GMAPS_KEY: Google Maps API key. Required.
  • REDIS_PWD: Redis password.

License

MIT. See LICENSE.

About

simple node.js + redis caching geocoding/elevation service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published