Skip to content

Instantly share code, notes, and snippets.

@sadatakhtar
Forked from nbogie/recipe.json
Last active October 18, 2020 16:05
Show Gist options
  • Save sadatakhtar/bb6e1ef8fe6e0c93d768ccade1489978 to your computer and use it in GitHub Desktop.
Save sadatakhtar/bb6e1ef8fe6e0c93d768ccade1489978 to your computer and use it in GitHub Desktop.
cyf - example recipe for recipe API
{
"title": "A nice cup of tea",
"ingredients": [
"Teabag": 1,
"Sugar": "2 Teaspoons",
"Water": "1 cup",
"Milk": "5ml"
],
"prepTime": 5,
"steps": [
"Boil the water in a kettle or on the stove.",
"Pour hot water into a cup.",
"Add 1 teabag.",
"Add sugar.",
"Stir contents for 30 seconds and leave the teabag to brew for appoximately 3-4 miniutes.",
"Add milk.",
"Remove teabag and enjoy :)"
],
"author": "Sadat",
"countryOfOrigin": "Kashmir",
"course": "Hot drink"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment