lalatgithub / flask-zipcode-user-distance

Getting distance between zip code and user's location based on IP address. User need to provide list of zip codes as JSON object. Script will go through each zip code, get latitude/longitude for each zip code, calculate distance between user lat/lng and zip code lat/lng. Response will be a JSON object where the key is the zip code and the value is the distance in miles between that zip code and the user.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lalatgithub/flask-zipcode-user-distance Stargazers