taco-bell-as-a-service
taco-bell-as-a-service copied to clipboard
Adding combos.json and adding an entry
Adding updated
as a date-stamp to json for all items
Add some output to startup to show where the service is running
+1 need combos
Fantastic idea for adding the updated
property. On the roadmap is full nutrition data for each item (just needs to be scraped). With that in mind, I think it would be beneficial to have the combo nutrition properties generated off of the sum of the items in the includes
field. As I see it, the properties needed for combos would be name
, cost
, and updated
. Thoughts?
Agree on pulling the combo nutrition as the sum of its taco parts. Let's go with that route. I didn't automate the scraping, but that's probably the way to go.
If you add in the generation of properties for the combos, I would be happy to merge this PR
Will do.