Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 666 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 666 Bytes

Where should we meet

This simple script takes in two zipcodes and finds a highly rated coffee shop between them.

How to run

  1. Install python requirements
python -m pip install requirements.txt
  1. Create an app with Yelp to get your API key

  2. 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>'
  1. Run the script:
python where-should-we-meet.py

Example output:

Screen.Recording.2022-05-02.at.11.43.17.AM.mov