meet-where is a python CLI for discovering a meeting place(restaurants, cafes) which is mid way between two locations. Ideal for first dates. Saves the trouble of looking at a map and searching for a place. The code is set for walking mode and checks for restaurants at the mid way mark.
pip install requests
Requires Google Maps API Key which is stored in config.py as API_KEY
python routes.py 'first_address' 'second_address'
For example:
python routes.py 'Clinton Hill Brooklyn, NY' '264 King St Port Chester, NY'
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.