esqLABS / 0buzz

MIT License
0 stars 0 forks source link

Populate Intake dropdowns with popular caffeinated drinks #4

Closed Felixmil closed 1 week ago

Felixmil commented 2 weeks ago

Dropdown should be populated from a data structure that can be reused after to set simulation parameters:

{
  espresso:
    {
     caffein: XX,  #mg
     water: YY  #mL
    },
  latte: {...}
}