revan / RU-Food-Scraper

Scrapes basic nutrition information for Rutgers menus into JSON.
http://vps.rsopher.com/nutrition.json
3 stars 5 forks source link

Break ingredients into a real array #3

Closed dbordak closed 10 years ago

dbordak commented 10 years ago

The "ingredients" field is a string of comma-separated values. This could rather easily be broken up into separate items, to be placed into an array.

revan commented 10 years ago

Separate strings, sure. Not making them into their own objects.