-
Notifications
You must be signed in to change notification settings - Fork 24
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
Food data #21
Comments
I think this is the dataset they were talking about: https://data.wprdc.org/dataset/allegheny-county-restaurant-food-facility-inspection-violations/resource/1a1329e2-418c-4bd3-af2c-cc334e7559af |
@brandonp728 want to take on this one, too? You already did most of the rest we had in mind, haha |
@vonbearshark absolutely! |
Could we add data for what food Market has for the day? |
@Rahi374 We definitely could try--does Market have an API we could hit? I don't know if there's a digitized endpoint for that. If there is we should create a new Issue for that! |
@vonbearshark There's no API but there's an HTML page from Panther Central that we could try to GET and process and spit out JSON. In my knowledge that would require a server. Is that not feasible? |
We could do that. That is actually very possible to do on the client, but it's something we were already considering for the PittAPI library and the server wrapper we're making for that: https://github.com/Pitt-CSC/PittAPI (wrapper: https://github.com/Pitt-CSC/PittAPIWebWrapper). @RitwikGupta : what do you think? Do you want to open an Issue for this in the PittAPI lib/wrapper? @Rahi374 are you familiar with Python? Do you want to be assigned to those Issues? Would be great to have. |
@vonbearshark Unfortunately I don't do Python. I have done what I described in Ruby though: https://github.com/Rahi374/jreast-train-info |
I think you will find Python to be very similar to Ruby; I think you should give it a shot! |
I think I'll give it a shot! |
Please check the relevant issue at the PittAPI page: pittcsc/PittAPI#11. There are details on where to start hooking into Pitt dining hours data. |
@Rahi374 I sent you an invite to be a collaborator on that repo, if you accept I can assign you to that Issue. We have another member interested in helping, too |
@RitwikGupta @vonbearshark Got it. |
The PittAPI is a library for handling all the actual Pitt data, agnostic to the platform. The WebWrapper creates a website server so that when you make a request to an endpoint, we use the PittAPI to get the actual data |
@vonbearshark Okay I think I got it. |
@Rahi374 How is this coming along? I think the PittAPI accommodate this food data stuff now! |
Oh oops I did the backend and forgot about the frontend :p |
Just the dining statuses, I think. Unless you're feeling ambitious, haha |
Would be great to rope in the food inspection data! Map which restaurants receive subpar health reports. This info is on the WPRDC
The text was updated successfully, but these errors were encountered: