0.2.0 • Published 9 years ago

welbe_api v0.2.0

Weekly downloads
2
License
BSD-2-Clause
Repository
-
Last release
9 years ago

welbe_api

An unofficial and incomplete API for welbe, primarily focused on letting you report stuff.

CLI Usage

Create a ~/.welbe.json file containing:

{
  "email" : "myemail@email",
  "password" : "mysecretpassword"
}

or use environment variables:

WELBE_EMAIL="myemail@email"
WELBE_PASSWORD="mysecretpassword"

then:

# add 24 ounces to your daily consumption
welbe trackWater --ounces 24
# track a meal you ate
welbe trackMeal --grains 2 --proteins 2

To see all the options welbe help.

API Docs

See docs.md for docs