Last active
December 29, 2020 06:56
-
-
Save willjw3/eec5f03237ffa76017bc312e0f1328f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"beers": [ | |
{ | |
"tap": 1, | |
"beer": "Dank For Days IPA", | |
"style": "IPA" | |
}, | |
{ | |
"tap": 2, | |
"beer": "Endless Winter Blues Dry Stout", | |
"style": "Stout" | |
}, | |
{ | |
"tap": 3, | |
"beer": "Haze Malaise IPA", | |
"style": "NEIPA" | |
}, | |
{ | |
"tap": 4, | |
"beer": "Not Just Another Lager Lager", | |
"style": "Lager" | |
}, | |
{ | |
"tap": 5, | |
"beer": "Criminally Insane Pale Ale", | |
"style": "American Pale Ale" | |
}, | |
{ | |
"tap": 6, | |
"beer": "Paradise Found Session IPA", | |
"style": "IPA" | |
}, | |
{ | |
"tap": 7, | |
"beer": "Punch Me in the Wheat", | |
"style": "Hefeweizen" | |
}, | |
{ | |
"tap": 8, | |
"beer": "Fallen Heroes Imperial Stout", | |
"style": "Stout" | |
}, | |
{ | |
"tap": 9, | |
"beer": "Big Data Double IPA", | |
"style": "IPA" | |
}, | |
{ | |
"tap": 10, | |
"beer": "Beautiful Blasphemy Kolsch", | |
"style": "Kolsch" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment