This simple script takes in two zipcodes and finds a highly rated coffee shop between them.
- Install python requirements
python -m pip install requirements.txt
-
Create an app with Yelp to get your API key
-
Save your API key as an environment variable called
YELP_API_KEY
by running the following from the command line:
export YELP_API_KEY='<your_api_key>'
- Run the script:
python where-should-we-meet.py
Example output: