Skip to content

meghashyamc/calorie-insights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calorie Insights

Intro

CLI to gain insights from a calorie counter CSV file. What kind of insights?

  • Get weekly average calories consumed

  • Get percantage of calories contributed by specific sources

  • The file that's used for insights must be of this format:

01/09/22 7:11 PM,Pasta with veggies,400
01/09/22 7:11 PM,Ragi chips,420
01/09/22 7:11 PM,Homemade meal,520

Usage

  • Build the binary:
go build -o calorie-insights

  • Run the binary to view CLI options
./calorie-insights 

OR 

./calorie-insights --help

About

CLI to gain insights from a calorie counter CSV file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages