Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AnderRasoVazquez/nutrition
USDA Food Composition Database searcher for elementary OS.
https://github.com/AnderRasoVazquez/nutrition
Last synced: 28 days ago
JSON representation
USDA Food Composition Database searcher for elementary OS.
- Host: GitHub
- URL: https://github.com/AnderRasoVazquez/nutrition
- Owner: AnderRasoVazquez
- Created: 2018-02-13T21:32:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T22:26:13.000Z (almost 7 years ago)
- Last Synced: 2024-08-03T03:02:10.656Z (4 months ago)
- Language: Vala
- Size: 11.7 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-elementaryos - Nutrition - USDA Food Composition Database searcher (Applications / Accessories)
README
# Nutrition (beta)
This app uses USDA Food Composition Database's API to search foods and show it's nutrient composition.
![](https://i.imgur.com/SiLVJO7.gif)
# Dependencies
+ gtk+-3.0
+ granite
+ libsoup-2.4
+ json-glib-1.0# Tasks
+ [x] Welcome screen
+ [x] Design welcome screen
+ [x] Transitions between views.
+ [x] Search on Enter.
+ [x] Search foods
+ [x] Design search view.
+ [x] 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`