gophergala2016/noshgobble

Name: noshgobble

Owner: gophergala2016

Description: null

Created: 2016-01-23 01:46:03.0

Updated: 2016-03-28 14:46:00.0

Pushed: 2016-01-25 01:00:23.0

Homepage: null

Size: 33996

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

NoshGobble

NoshGobble is a calorie counter. I know, I know, there are a million and one calorie counters out there already. But this one is a little bit different. My goal with this project was to be able to enter your ingredient list in free form and have the app parse the ingredients and give you back the aggregated nutritional data. Think of it like Shazam for recipes, except, instead of retrieving the song name and artist info, you're getting the nutrition label for a recipe you like.

Screenshot

This project still has a long way to go. Finding the nutritional data that the user would expect is harder than I expected. I plan to add some machine learning to get this right.

Statistics
://cloc.sourceforge.net v 1.60  T=0.91 s (24.3 files/s, 1513.8 lines/s)
---------------------------------------------------------------------------
uage                     files          blank        comment           code
---------------------------------------------------------------------------
                            13            140             63            977
script                       2              4             16             65
                             3              1              0             39
                             1              0              0             25
                             2              0             16             16
ne Shell                     1              2              1              7
---------------------------------------------------------------------------
                            22            147             96           1129
---------------------------------------------------------------------------

Not bad for 1 weekend's worth of coding in a new language.

Installation

I'm not sure but you may need to install the latest version of sqlite to get this working.

 get github.com/dbalmain/go-sqlite3
 get github.com/a2800276/porter
 get github.com/gophergala/noshgobble
noshgobble -reset
noshgobble -serve

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.