Skip to content

Instantly share code, notes, and snippets.

@rkreddyp
Last active March 31, 2020 02:04
Show Gist options
  • Save rkreddyp/72783bf5395e8f12ba17b6dc08cf30c1 to your computer and use it in GitHub Desktop.
Save rkreddyp/72783bf5395e8f12ba17b6dc08cf30c1 to your computer and use it in GitHub Desktop.
curl -s -H "Content-Type: application/json" -X POST https://phqk9h8w60.execute-api.us-east-1.amazonaws.com/prod --data '{"mystate":"your_state","mycounty":"your_county", "store":"grocery_or_supermarket"}' | xargs printf '%s\n'
@rkreddyp
Copy link
Author

rkreddyp commented Mar 30, 2020

Hosted version of “the COVID safe shop reporter” .. replace your_state with your state name and your_county with the name of your county .. you will get a report of safe counties and stores to shop at along with the driving times in about 2-3 minutes.

 curl -s -H "Content-Type: application/json"  -X POST https://phqk9h8w60.execute-api.us-east-1.amazonaws.com/prod --data '{"mystate":"your_state","mycounty":"your_county", "store":"grocery_or_supermarket"}' | xargs printf '%s\n'

How it works - https://medium.com/@appsmills/finding-the-safest-store-to-shop-during-covid-outbreak-2203a299367d ; tweet at @rkreddyp for improvements

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment