Ejemplo n.º 1
0
I have head skirt steak prepared via other methods, but grilling, on hardwood charcoal is objectivley better. The smoke
adds an imense amount of flavor to the fatty meat, and that is the seasoning, more then the salt, or the oil.

Skirt steak has unfortunatley been discovered, and so it is expensive. The Berkeley Bowl is selling it for 15.99 a pound.
If you want almost the same experience with a cheaper cut of meat get a butcher steak, or I have heard it refered to as a
hanger steak. It has a serious tendon right down the middle, but just eat around it.

Putting rosemary sticks on the coals, and rubbing the meat with rosemary is a nice addition.
""")

recipe.add_requirements(
  ('A grill, get it hot', ),
  ('Tongs, because the grill will be hot', ),
)


recipe.add_ingredients(
  ('Skirt Steak', 1),
  ('Toasted Seasame Oil', 2, MeasurmentUnitTypes.ounce),
  ('Salt, enough to cover the steak', ),
  ('Pepper, enough to cover the steak', ),
)

recipe.add_instructions(
  ('Cut the strip into managable pieces', ),
  ('Salt, and pepper both sides', ),
  ('Use the oil sparingly, but cover the surface', ),
  ('Place meat on hot grill, cook to rare, the outside should be almost charred', ),
  ('Let the meat rest, then cut into strips', ),
)
Ejemplo n.º 2
0
recipe.add_ingredients(
  ('Fryer Chiken', 1),
  ('Cloves of garlic', 2),
  ('Rosemary, minced', 1, MeasurmentUnitTypes.ounce),
  ('Stick of butter', 1),
  ('Lemon', 1),
  ('Salt', ),
  ('Pepper', ),
  ('Small potatoes, or cut potatoes to 1 1/2 inch', 10),
  ('Cleaned, but not peeled carrots', 6),
  ('Something to deglaze the roast pan', 8, MeasurmentUnitTypes.ounce),
)

recipe.add_instructions(
  ('Prepare vegtables, place at bottom of roasting pan', ),
  ('Coarsley salt the vegtables', ),
  ('Melt the butter in glass, 30 seconds in the microwave', ),
  ('Mince the garlic, mix with rosemary, a pinch of salt, and half the melted butter', ),
  ('Dry the chicken', ),
  ('Starting at the neck, work your fingers between the skin and the meat', ),
  ('Place bird breast side down on roasting rack', ),
  ('Get oven to 450', ),
  ('Insert roasting pan into oven, cook for 30 minutes or so', ),
  ('Rotate bird breast side up, cook for another 30 - 45 minutes', ),
  ('Remove bird from oven, juices should run clear', ),
  ('Rest bird', ),
  ('Get vegetables out with slotted spoon', ),
  ('You should be able to make a gravy here, or a jus. It never worked for me', )
)