-
Notifications
You must be signed in to change notification settings - Fork 551
/
astronaut.json
51 lines (51 loc) · 1.25 KB
/
astronaut.json
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
{
"name": "Astronaut",
"description": "Summer drink based on the Danish ice lolly of the same name that dates back to 1958.",
"github": "dangerstone",
"ingredients": [
{
"quantity": "",
"measure": "",
"ingredient": "Crushed ice"
},
{
"quantity": "4",
"measure": "cl",
"ingredient": "gin"
},
{
"quantity": "10",
"measure": "cl",
"ingredient": "lemon soda"
},
{
"quantity": "1",
"measure": "tsp",
"ingredient": "lemon juice"
},
{
"quantity": "3",
"measure": "cl",
"ingredient": "grenadine"
},
{
"quantity": "(Optional)",
"measure": "",
"ingredient": "yellow wine gum as garnish"
}
],
"directions": [
"Fill glass with ice.",
"Pour in gin, soda, and lemon juice.",
"Carefully pour in the grenadine."
],
"image": "astronaut.jpg",
"source": "https://madensverden.dk/astronaut-drink/",
"keywords": [
"gin",
"grenadine",
"lemon soda",
"alcoholic",
"summer"
]
}