forked from Cindyzzz616/CSC207-Project---Recipe-Generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusers.json
More file actions
101 lines (101 loc) · 3.23 KB
/
Copy pathusers.json
File metadata and controls
101 lines (101 loc) · 3.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[
{
"bookmarks": [],
"recentlyViewed": [
{
"image": "https://img.spoonacular.com/recipes/655589-312x231.jpg",
"name": "Penne with Goat Cheese and Basil",
"ingredients": [
{
"amount": 12,
"unit": "ounces",
"name": "penne pasta"
},
{
"amount": 1,
"unit": "cup",
"name": "basil leaves"
},
{
"amount": 4,
"unit": "ounces",
"name": "goat cheese"
}
],
"cuisineType": "",
"dietaryType": "",
"url": "https://spoonacular.com/penne-with-goat-cheese-and-basil-655589"
},
{
"image": "https://img.spoonacular.com/recipes/650132-312x231.jpg",
"name": "Linguine With Chick Peas and Bacon",
"ingredients": [
{
"amount": 4,
"unit": "ounces",
"name": "linguini"
},
{
"amount": 2,
"unit": "servings",
"name": "asiago cheese"
},
{
"amount": 1,
"unit": "slice",
"name": "bacon"
},
{
"amount": 0.5,
"unit": "cup",
"name": "chick peas"
}
],
"cuisineType": "",
"dietaryType": "",
"url": "https://spoonacular.com/linguine-with-chick-peas-and-bacon-650132"
},
{
"image": "https://img.spoonacular.com/recipes/631807-312x231.jpg",
"name": "Toasted\" Agnolotti (or Ravioli)",
"ingredients": [
{
"amount": 13,
"unit": "oz",
"name": "g pre-made agnolotti/ravioli"
},
{
"amount": 1,
"unit": "",
"name": "egg"
},
{
"amount": 1.5,
"unit": "cup",
"name": "breadcrumbs"
}
],
"cuisineType": "",
"dietaryType": "",
"url": "https://spoonacular.com/toasted-agnolotti-or-ravioli-631807"
}
],
"password": "csc207",
"folders": {},
"username": "John_Smith"
},
{
"bookmarks": [],
"recentlyViewed": [],
"password": "csc207",
"folders": {},
"username": "John_Fox"
},
{
"bookmarks": [],
"recentlyViewed": [],
"password": "csc207",
"folders": {},
"username": "James_Smith"
}
]