Skip to content

Instantly share code, notes, and snippets.

@willjw3
Last active December 29, 2020 06:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willjw3/eec5f03237ffa76017bc312e0f1328f5 to your computer and use it in GitHub Desktop.
Save willjw3/eec5f03237ffa76017bc312e0f1328f5 to your computer and use it in GitHub Desktop.
{
"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