Simple script that scrapes Hello Fresh recipe for ingredients and get their Instacart url.
- Clone
git clone [email protected]:moreSalt/hellofresh-instacart.git
- cd into the directory
cd hellofresh-instacart
- Install dependencies
npm install
- Build the program
npm run build
- Start
npm start
- Input the link to the recipe. You can find recipes here
- Select the amount of servings.
- Select the store you would like to shop from.
- The program will find all of the output a table of all that is required for the recipe plus urls to ingredients.
- At this time I have no desire to auto add-to-cart ingredients.
- Ingredients like salt, pepper, oil, etc are ommitted as Hello Fresh expects you to already have these ingredients.