-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"EBT Near Me" – Put a map on it: "Where can I use my EBT card?" #33
Comments
One of the earliest CfA (brigade? hack night?) projects tried to address this in another way: http://www.snapfresh.org/ It's even featured on HSA's official site! Also on that page:
= 404 error :( |
This is actually helpful! It's not perfect but its serviceable for my purposes. How hard do you think it would be to get this linked to on www.ebt.ca.gov? Nigh impossible? |
Maybe we can do this with:
|
Sounds like its worth a shot. Kimono may not be able to toggle county selections required to get all of CA, but we should try and find out. |
i wonder how well these listings could fit into the open referral format |
Another JFMI option: Google Fusion Tables, especially useful if you end up working with >1K rows. |
I've done a bunch of things like this and the flow I like is:
With bookmark, two-click use. #BartMeNow
|
Good point. You could also fork and repurpose something like chicagoflushots.org, a.k.a. https://github.com/tkompare/flushots2013 and use that to handle the display. Maybe update the "which days they're open" to reflect other categories, like availability of restaurant meals or groceries (Basically all it needs to know is where to look for a Google Fusion spreadsheet. I forked it for https://github.com/fureigh/lbcflushots; happy to discuss.) |
This also exists: https://www.ebt.ca.gov/caebtclient/usebenefit.jsp Also leaving the Searchable Map Template link in Issues as discussed on On Tue, Aug 5, 2014 at 12:39 PM, Fureigh notifications@github.com wrote:
Dave Guarino |
Would be nice if we could get Yelp to include this data point as they did for food inspection scores. (And probably more useful) Rebecca Coelius
|
@RebeccaCoelius: That's a great idea! Does anyone on here know who the contact was/what the process was for the food inspection scores integration? |
It was Jack and I was kinda involved. I'd reach out I Lauren maybe to see who our contact is? I can also look through old emails to see. They prolly have already thought about it, but wrote reaching out.
|
Started hacking on it with @alanjosephwilliams today: https://github.com/fureigh/ebt-near-me |
👍 |
Fun fact: The official CF285 CalFresh application in CA references SnapFresh: Sad fact: The link (as written) doesn't work! https://... How long until EBT near me makes it into the CF285? |
MORE IMPETUS! LET'S MAKE THIS HAPPEN!!! #FIDG On Thu, Aug 21, 2014 at 8:35 AM, Jake Solomon notifications@github.com
Dave Guarino |
Exciting possibilities. We're workin' on it! :) @alanjosephwilliams I know you've been talking with the SnapFresh folks... think it's worth encouraging them to fix their mod_rewrite settings in the meantime? |
Hey @RebeccaCoelius @fureigh @daguar. Just seeing the idea about making "Accepts EBT" a tag on Yelp reviews. My gut thinks they'll give us a flat out no, but I'd be interested in making them tell us no. Should I reach out? |
@jmadans — It might be an interesting starting point to get unrestricted I also still think Factual is an interesting partner on this, since they're On Thu, Sep 4, 2014 at 2:02 AM, Jack Madans notifications@github.com
Dave Guarino |
@jmadans: I share your hunch, and I've been wondering whether waiting a little bit and being able to point to adoption numbers ("look how many people are accessing this site, looking to shop with their EBT cards!") would be helpful in making the case that including the "Accepts EBT" tag would make for a better experience for Yelp's users. What do you think? But if per @daguar's suggestion it could lead to unrestricted API access in the meantime — which we don't have now; I've just been working with my own developer account — that'd be great too. (Oh, P.S., as I didn't announce it here earlier: EBT Near Me is live at ebtnearme.org! :) More improvements to come, but at this point it works for all of California.) |
I think it's safe to close this one. The conversation and development have continued at http://www.github.com/codeforamerica/ebt-near-me. |
BLUF: Let's scrape ebt.ca.gov's list of stores that accept EBT, search for address and Yelp reviews of said stores, and put them on a map.
So, already in this experiment I've decided it sucks to ask whether or not a store takes EBT. Sometimes its on the door outside, sometimes its not. I haven't been turned away yet, but the idea of being told "sorry, we don't" while holding an armful of groceries sounds terrible.
To avoid this, I visited www.ebt.ca.gov. Sure enough, there is a link that reads "Where can I use my EBT Card?"
When you click through, a little widget appears that allows you to search by city, ZIP, or county for establishments that accept EBT food or cash benefits. Nice. I dutifully searched for locations in San Francisco, and was presented with this:
No links to any store website or Yelp page, no map to view their locations relative to mine. No indication as to what is available at each respective store.
Could we scrape this list of stores, search for an address or yelp review of each, and present that data with links on a map? Bonus points to be able to filter the 25+ pages of results down to those stores within walking distance.
The text was updated successfully, but these errors were encountered: