https://github.com/lgug2z/loseit
Calculate an estimate of daily calorie consumption to meet a weekly weight loss goal
https://github.com/lgug2z/loseit
calories fitness food health
Last synced: 3 months ago
JSON representation
Calculate an estimate of daily calorie consumption to meet a weekly weight loss goal
- Host: GitHub
- URL: https://github.com/lgug2z/loseit
- Owner: LGUG2Z
- Created: 2017-09-04T11:35:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T11:41:54.000Z (almost 9 years ago)
- Last Synced: 2026-01-01T02:35:03.259Z (6 months ago)
- Topics: calories, fitness, food, health
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# loseit
loseit is a simple command line tool to calculate an estimate of daily calorie consumption to meet a weekly weight loss goal.
## Requirements
* [Go](https://github.com/golang/go)
## Install
The latest version of bfm can be installed using `go get`.
```
go get -u github.com/LGUG2Z/loseit
```
Make sure `$GOPATH` is set correctly that and that `$GOPATH/bin` is in your `$PATH`.
The `loseit` executable will be installed under the `$GOPATH/bin` directory.
## Overview
`loseit` is a simple command line tool that takes a tdee calculation
given as an argument and provides a rough estimate of how many
calories to consume daily in order to achieve the desired weight
loss per week.
`loseit` is designed to be used with input piped from a tool
such as `tdee`. Refer to the [tdee repo](https://github.com/lgug2z/tdee)
for usage instructions.