-
Ingredient name, picture, and effect
-
I would like to create a food item as a combination of other food items. Currently, if I want a custom food item, I have to calculate and enter the macronutrients myself. A recipe-like editor where I …
-
```python
for recipe in all_recipes:
print(recipe['ingredients'])
```
-
![recipe-it - db design](https://cloud.githubusercontent.com/assets/15648358/26186865/afb36f90-3b8c-11e7-8dc8-562dc2515627.png)
![show tables](https://cloud.githubusercontent.com/assets/15648358/2618…
-
As a user (not programmer) I want to be able to import a list of ingredients based on a simple csv file - e.g. [ingredients.csv](https://github.com/rubikscuber/broccoli/blob/ingredient-list/ingredient…
-
Add onions and corresponding instructions to the following sections:
- Ingredients
- Instructions
-
1. Open the dialogue with Thumbnail and info inputs
-> Save the recipe information (get ID back)
-> Upload imgae
-> Next step
2. Add recipe ingredients and method screen
-> Call get ingredi…
-
https://github.com/schollz/ingredients/blob/230d0d4919702949824b6abf34fac44fbb768a8d/ingredients.go#L395
-
Find By Ingredients
url = 'https://api.spoonacular.com/recipes/findByIngredients?ingredients=%s&number=10&ranking=1&ignorePantry=true&apiKey=
Find By Recipe ID
https://api.spoonacular.com/recipe…
-
As a user, I should be able to cook a meal if I do have enough ingredients in my pantry. As a result, cooking the meal should remove the ingredients from my pantry.