Calories, a command-line app for tracking calories

This is the first (more or less) serious application I wrote in Go and I absolutely loved it :smiley:

Repository: https://github.com/zupzup/calories

Calories is a command line tool for tracking calories and weight using the Harris Benedict formula for calculating your BMR (Basal Metabolic Rate).

It currently provides the following features:

  • Weight Timeline
  • Day / Week / Month Overview
  • Personalized Configuration
  • Metric & Imperial Support
  • JSON Import / Export
  • Optional JSON Output for all Commands
  • History

Have Fun :slight_smile:

regards,
mario

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.