brew_profile.log
v60 // house
$ ./brew --method v60 --dose 18g --profile house
water ............ 94°C, filtered
ratio ............ 1:16 (288g total)
bloom ............ 00:45 / 54g
pour ............. spiral x3, steady
drawdown ......... flat bed at 03:10
> cup ready. notes: cocoa / orange zest / brown sugar
$
maple_cardamom
latte
- base
- espresso, 18g in / 36g out
- maple
- 15g, grade a dark
- spice
- cardamom, fresh ground
- milk
- whole / oat / almond
- serve
- 65°C or iced
- price
- 5.75
house_blend.bag
- sku
- MB-HB-012
- origin
- colombia / ethiopia
- process
- washed
- roast
- medium
- notes
- cocoa, orange, sugar
- weight
- 340g / 12oz
- grind
- whole bean
- price
- 18.00
find the bar.
addresscambridge square
cityooltewah, tn 37363
hours.mon_fri7am to 7pm
hours.sat_sun8am to 4pm
parkingfree, on site
[05] catering full service
we bring
the bar to you.
espresso cart, batch brew, pastry trays, a live crepe station if you want a show. weddings, offices, film sets, anything with people who need coffee. tell us the headcount and the hour, we handle the rest.
$ request_a_quote
hello@morningbrewco.com
service_area.js
// booked by date, first come first poured
const catering = {
cities: [
"chattanooga", "cleveland",
"knoxville", "atlanta",
"dalton", "ringgold",
"huntsville"
],
gear: ["espresso_cart", "batch_brew",
"crepe_station", "pastry_trays"],
contact: "hello@morningbrewco.com"
};