Last active
March 31, 2020 02:04
-
-
Save rkreddyp/72783bf5395e8f12ba17b6dc08cf30c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hosted version of “the COVID safe shop reporter” .. replace
your_state
with your state name andyour_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.How it works - https://medium.com/@appsmills/finding-the-safest-store-to-shop-during-covid-outbreak-2203a299367d ; tweet at @rkreddyp for improvements