Interface Recipe

Hierarchy

  • Recipe

Properties

author: string

Recipe uploader. Can be an username, "anonymous" or "undefined" (admin-provided recipe ?)

budget: number

Price of making the meal. On a scale from 1 (Cheap) to 3 (Expensive) RECIPE_PRICE

description: string

Short description provided by the recipe author

difficulty: number

Estimated difficulty of making this meal. On a scale from 1 (very easy) to 4 (hard). RECIPE_DIFFICULTY

images: string[]

Images provided with the recipe. Often the final product.

ingredients: string[]

Stuff required to make the recipe

name: string
people: number

How many people

prepTime: number

Time required to make the recipe without cooking.

rate: number

Mean of user reviews (up to 5.0)

steps: string[]

All the steps to follow to make the meal

tags: string[]

Tags associated with the recipe

totalTime: number

Time required to make the recipe including cooking.

url: string

Link to the recipe on Marmiton's site

Generated using TypeDoc