-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeerlist.json
158 lines (158 loc) · 4.37 KB
/
beerlist.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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
[
{
"model": "rankings.brewery",
"pk": 1,
"fields": {
"name": "Brewers Art"
}
},
{
"model": "rankings.brewery",
"pk": 2,
"fields": {
"name": "Monument City Brewing Co."
}
},
{
"model": "rankings.brewery",
"pk": 3,
"fields": {
"name": "Raven Beer"
}
},
{
"model": "rankings.brewery",
"pk": 4,
"fields": {
"name": "Full Tilt Brewing Co."
}
},
{
"model": "rankings.brewery",
"pk": 5,
"fields": {
"name": "Waverly Brewing Company"
}
},
{
"model": "rankings.beer",
"pk": 1,
"fields": {
"name": "Resurrection",
"brewery": 1,
"style": "Brown Ale",
"abv": "7.00",
"description": "The seven percent solution. A delightfully full-bodied yet easy to drink abbey brown ale that has become our flagship brand, thanks to Baltimore's loyalty."
}
},
{
"model": "rankings.beer",
"pk": 2,
"fields": {
"name": "Beazly",
"brewery": 1,
"style": "American Belgian",
"abv": "7.25",
"description": "Our answer to the Belgian \u00abdevil\u00bb beers (i.e. Duvel, etc.). Both rich and dry, this beer is all too easy to consume in large quantities. Hopped with Styrian Goldings"
}
},
{
"model": "rankings.beer",
"pk": 3,
"fields": {
"name": "Birdhouse",
"brewery": 1,
"style": "Pale Ale",
"abv": "5.00",
"description": "The boys of summer are back home in Baltimore, and we thought we\u2019d get you ready with this nice pale ale"
}
},
{
"model": "rankings.beer",
"pk": 4,
"fields": {
"name": "Alice's Pills",
"brewery": 5,
"style": "Pilsner",
"abv": "6.20",
"description": "Welcome in Springtime with Waverly's first-ever lager! If you go chasing rabbits, you know you're gonna fall in love with this hefty German-Styled Pilsner. Being deceptively easy-drinking and crisp, we took advice from a caterpillar and dry-hopped it with citrusy German hops."
}
},
{
"model": "rankings.beer",
"pk": 5,
"fields": {
"name": "Kingpin",
"brewery": 5,
"style": "Pineapple Pale Ale",
"abv": "5.50",
"description": "No phone, no lights. no motor cars! Not a single luxury. except this summery pale ale dosed with a boatload of 100% pineapple juice. With just enough hops to keep it honest, this quaflable summery offering begs for a hammock."
}
},
{
"model": "rankings.beer",
"pk": 6,
"fields": {
"name": "Dubbel Clutch",
"brewery": 5,
"style": "Belgian Dubbel",
"abv": "7.60",
"description": "Made with molasses, brown sugar and aromatic malt, this ale masks its alcohol level well with a bit of caramel and dark fruit overtones."
}
},
{
"model": "rankings.beer",
"pk": 7,
"fields": {
"name": "Local Oyster",
"brewery": 5,
"style": "Real Oyster Stout",
"abv": "5.30",
"description": "A collaboration with cur friends at The Local Oyster. We started with a toasty, dark stout and dosed it with the shells and meat of real Maryland oysters! Try it on Nitro-pour while it lasts for a smooth and slightly oceanic experience. CONTAINS SHELLFISH!!."
}
},
{
"model": "rankings.beer",
"pk": 8,
"fields": {
"name": "Penchant Pills",
"brewery": 2,
"style": "Traditional German Czech Pilser",
"abv": "4.50",
"description": "Clean, crisp, flavorful, and easy drinking."
}
},
{
"model": "rankings.beer",
"pk": 9,
"fields": {
"name": "American Brown Ale",
"brewery": 2,
"style": "American Brown Ale",
"abv": "6.00",
"description": "Dark in color, light in taste\r\n\r\nCaramel, chocolate and roasted coffee"
}
},
{
"model": "rankings.beer",
"pk": 10,
"fields": {
"name": "Battle IPA",
"brewery": 2,
"style": "American IPA",
"abv": "7.50",
"description": "Hoppy, piney with a slight citrus and spicy floral notes\r\n\r\nStarts with sweetness from malts"
}
},
{
"model": "rankings.beer",
"pk": 11,
"fields": {
"name": "Rooftop",
"brewery": 2,
"style": "Pale Ale",
"abv": "5.00",
"description": "With fresh pineapple and mint added throughout the process\r\n\r\nLight and refreshing."
}
}
]