Skip to content

Instantly share code, notes, and snippets.

@httpsterio
Created January 24, 2017 22:43
Show Gist options
  • Save httpsterio/e7f7233f676ca41f2feeb44d5a7b4401 to your computer and use it in GitHub Desktop.
Save httpsterio/e7f7233f676ca41f2feeb44d5a7b4401 to your computer and use it in GitHub Desktop.
{
"coffee-db": {
"cups": [
{
"coffee-id": "1",
"method": "v60",
"grams": "18",
"temp": "92",
"grade": "5",
"notes": "fruity, red berries"
},
{
"coffee-id": "2",
"method": "Espresso",
"grams": "20",
"temp": "94",
"grade": "4",
"notes": "chocolate, syrup"
},
{
"coffee-id": "3",
"method": "Aeropress",
"grams": "17",
"temp": "95",
"grade": "5",
"notes": "fruity, grapefruit, plum"
}
],
"coffees": [
{
"coffee-id": "1",
"roastery": "Punainen Kirahvi",
"coffee": "Kamwangi Coop",
"region": "Nyeri",
"berry": "SL28",
"roast-level": "2"
},
{
"coffee-id": "2",
"roastery": "Helsingin Kahvipaahtimo",
"coffee": "Fifty Sixty",
"region": "",
"berry": "",
"roast-level": "4"
},
{
"coffee-id": "3",
"roastery": "Good Life",
"coffee": "Layo Tiranga",
"region": "Sidamo",
"berry": "Ethiopia Heirloom",
"roast-level": "2"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment