Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 676 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 676 Bytes

Nutrition (beta)

This app uses USDA Food Composition Database's API to search foods and show it's nutrient composition.

Dependencies

  • gtk+-3.0
  • granite
  • libsoup-2.4
  • json-glib-1.0

Tasks

  • Welcome screen
    • Design welcome screen
    • Transitions between views.
    • Search on Enter.
  • Search foods
    • Design search view.
    • Implement search view.
  • Show nutrients
    • Design nutrient view.
    • Implement nutrient view.

How to compile

  • Clone repository and cd to it.
  • meson build --prefix=/usr
  • cd build
  • ninja
  • ./com.github.anderrasovazquez.nutrition