loganpowell / Refrigerecipe

find out what you can cook based on what you got in the fridge.
http://www.refrigerecipe.com
2 stars 1 forks source link

Look into Peapod API and try using their login credentials to log in to the app/site #3

Open loganpowell opened 7 years ago

loganpowell commented 7 years ago

upload a shopping list and get it 'deliver'ed

loganpowell commented 7 years ago

So the closest thing I could find to a delivery solution accessible via API for groceries is postmates... They have a nice UI for getting ingredients from Trader Joes.. https://postmates.com/dc/ad1f5e5c-998a-4ca6-bde4-dd701eb734bd

I'm thinking we screen scrape for the ingredients and prices available on their site and use those as our 'available ingredients' and use trader joes recipes as what you can 'build' with them: http://www.traderjoes.com/recipes (more scraping)... this needs additional research for figuring out ... hit me up on slack. If we go this direction, we can set up another issue for web scraping: http://webscraper.io/

shawnfielding commented 7 years ago

There is an unofficial peadpod cart api package. peapod https://github.com/MiniCodeMonkey/node-peapod for dowload npm install peadpod includes: peapod.search, peapod.addToCart, peapod.viewCart, peapod.removeFromCart.

This should take care of our search and our our delivery service. If it works.

loganpowell commented 7 years ago

The last commit is from Dec 2015, but this might work. Would you be willing to kick the tires?

shawnfielding commented 7 years ago

Will do.