Lev-Echad / levechad-backend

LevEchad's website repository
https://live.levechad.org/client
MIT License
6 stars 4 forks source link

Add background worker geocoding using Nominatim #272

Open stavlocker opened 4 years ago

stavlocker commented 4 years ago

Related component: client

Description

Add a background worker that uses Nominatim (by OpenStreetMap) to fill in geocoding. This needs to be done on all help requests & volunteers that don't have corrdinates.

DO NOT PUT KEYS IN THE CODE, use environment variables.

stavlocker commented 4 years ago

Code from frontend to help

.get('https://maps.googleapis.com/maps/api/geocode/json?address='+this.longPlace+'&key=<KEY>')
astar26 commented 4 years ago

Note to self: Need to modify ebextentions to run the tasks.