Skip to content

kning/where-should-we-meet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages