/IngredientGatherer

A small program which gathers ingredients from recipes from different websites and adds them together to create a shopping list.

Primary LanguageJavaScriptMIT LicenseMIT

This project has been replaced by ingredient_collector and is no longer maintained.

GitHub Workflow Status GitHub deployments GitHub last commit GitHub issues GitHub code size in bytes Report Issue

IngredientGatherer

A small program which gathers ingredients from recipes from different websites and adds them together to create a shopping list.

Test it yourself!

Requirements

To gather ingredients from different websites the IngredientGatherer performs cross-domain ajax requests but cross-origin resource sharing is blocked in modern browsers by default. To unblock this feature you have to add and activate the CORS browser addon. It's available for the following browsers:

Supported Websites

How to use

  1. Insert the recipe URL in the left text input and the amount of people eating the corresponding meal into the right text input.
  2. Add more recipes with the 'Add URL'-button.
  3. When you're finished, click 'Collect Ingredients'.
  4. The website begins to gather ingredients and will show its progress. A message will be displayed if errors occur.
  5. When finished the ingredients will be shown in the text area at the bottom.
  6. You can sort the ingredients with the buttons above the text area.
  7. The content of the text area will be copied to your clipboard, so you can insert it into your shopping list (It was designed to work with Google Keep).