- Introduction
- Launch Hector
- Built with
- Author
Hector is a search engine that helps you find places around you.
To access Hector, go to https://hector-tristan-tr.herokuapp.com
Fill the form with an address, a type of places you are looking for, and a distance between 200m and 1km. Hector will display a list of places !
Here are some modules I used to build the program, all listed in the requirements.txt file.
- Django (https://www.djangoproject.com/)
- Requests (https://requests.readthedocs.io/en/master/)
For this program, I also make requests from a public API:
- Google Places API (https://developers.google.com/maps/documentation/places/web-service/overview)
I also used a Boostrap for the front.
Tristan TR (https://github.com/tristantr)