A simple workflow to convert clipboard text to an address returned by Google Maps Search
grab the latest .alfredworkflow
file here
Workflow script filter to return results to queries like
CVS near 1600 Pennsylvania Ave NW, Washington, DC 20500
as a list
I made this for my girlfriend, who I am introducing to programming, and thought why not share it. It shows me writing the script, obtaining an API key for Google Places, and using postman to submit and view results of HTTP GET requests, generating the python code, and creating the Alfred workflow.