Skip to content

Instantly share code, notes, and snippets.

@osagiestar
Forked from nbogie/recipe.json
Last active October 25, 2020 01:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save osagiestar/665b53cd9d966b933948293bcc5a00b4 to your computer and use it in GitHub Desktop.
Save osagiestar/665b53cd9d966b933948293bcc5a00b4 to your computer and use it in GitHub Desktop.
cyf - example recipe for recipe API
{
"title": "Noodles Prep",
"ingredients": [
"1 or 2 pack(s) of noodles",
"Sauces examples Tomato, pepper etc",
"Water",
"Salt"
],
"prepTime": 30,
"steps": [
"1. Put a medium-sized pot on the cooker hot plate."
"2. Pour some water (1-2 litres) into the pot."
"3. Put a little salt to taste."
"4. Cover the pot."
"5. Switch on the cooker and turn on the cooker hotplate to meduim setting."
"6. Bring the Water to boiling point."
"7. Open 1 pack of Noodles."
"8. Pour the raw noodles from the opened pack into the pot of boiling water."
"10. Set the timer for 3 to 5 minutes and check when time elapses."
"10. Stir the noodles occasionally with a spoon as they boil…"
"11. With a spoon take one or two noddle strands from the pot and bite into it to see if it is cooked enough. If the Noodles are still hard repeat step 2 above but with less water."
"12. Add your desired sauses and stir. Allow the Noodles to boil a bit more until you are happy. "
"13. Serve with any drink of your choice."
]
"author": "Osagie Okoedo",
"countryOfOrigin": "Italy",
"course": "Main"
}
@osagiestar
Copy link
Author

There are varieties to the recipe for example adding mince meat, or tinned Sardine/Mackerel fish or using 1 or 2 eggs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment