Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarek-ullah/Location-Based-Food-Delivery-Service-Using-Python-and-Google-Maps-APIs
Implementation of Location based food delivery service using Python 2.7 and Google Maps APIs.It suggests restaurants to users based on their location and choice of cuisine. Moreover it shows delivery time , distance of user from selected restaurant in km and also draws a shortest path in google Map using travelling salesman problem under the hood. in It's only the Back-End or just a console app without any database.
https://github.com/tarek-ullah/Location-Based-Food-Delivery-Service-Using-Python-and-Google-Maps-APIs
api geocoding geojson geolocation google-maps-api json-api python
Last synced: 3 months ago
JSON representation
Implementation of Location based food delivery service using Python 2.7 and Google Maps APIs.It suggests restaurants to users based on their location and choice of cuisine. Moreover it shows delivery time , distance of user from selected restaurant in km and also draws a shortest path in google Map using travelling salesman problem under the hood. in It's only the Back-End or just a console app without any database.
- Host: GitHub
- URL: https://github.com/tarek-ullah/Location-Based-Food-Delivery-Service-Using-Python-and-Google-Maps-APIs
- Owner: tarek-ullah
- Created: 2017-10-28T14:42:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-28T15:01:04.000Z (about 7 years ago)
- Last Synced: 2024-08-02T05:08:55.484Z (6 months ago)
- Topics: api, geocoding, geojson, geolocation, google-maps-api, json-api, python
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Location-Based-Food-Delivery-Service-Using-Python-and-Google-Maps-APIs
Implementation of Location based food delivery service using Python 2.7 and Google Maps APIs.It suggests restaurants to users based on their location and choice of cuisine. Moreover it shows delivery time , distance of user from selected restaurant in km and also draws a shortest path in google Map using travelling salesman problem under the hood.