summaryrefslogtreecommitdiff
path: root/data/storage
diff options
context:
space:
mode:
Diffstat (limited to 'data/storage')
-rw-r--r--data/storage/recipes/0/text32
-rw-r--r--data/storage/recipes/1/text19
2 files changed, 34 insertions, 17 deletions
diff --git a/data/storage/recipes/0/text b/data/storage/recipes/0/text
index ad56eed..5a6aeb8 100644
--- a/data/storage/recipes/0/text
+++ b/data/storage/recipes/0/text
@@ -1,11 +1,21 @@
-# First recipe
-
-Important steps:
-
-* cook it smoothly
-* serve it
-* eat it
-
-A nice recipe from:
-
-=> https://example.com Not a real cooking site
+{
+ "title":"Some delicious food",
+ "portions": 4,
+ "url":"https://example.org",
+ "steps":[
+ {
+ "text":"Prepare vegetables.",
+ "ingredients":[
+ {"type":"carrot", "amount":"3 pieces"},
+ {"type":"tomato", "amount":250}
+ ]
+ },
+ {
+ "text":"Cook those vegetables",
+ "ingredients":[
+ {"type":"water", "amount":null},
+ {"type":"salt", "amount":null}
+ ]
+ }
+ ]
+}
diff --git a/data/storage/recipes/1/text b/data/storage/recipes/1/text
index 3489b2c..ecf26dc 100644
--- a/data/storage/recipes/1/text
+++ b/data/storage/recipes/1/text
@@ -1,6 +1,13 @@
-# Second recipe
-
-Important steps:
-
-* cook it
-* eat it
+{
+ "title":"Very delicious stuff",
+ "portions": 4,
+ "url":"https://example.org",
+ "steps":[
+ {
+ "text":"Bake the frozen pizza!",
+ "ingredients":[
+ {"type":"pizza", "amount":"4 pieces"}
+ ]
+ }
+ ]
+}