Sha256: 64fe1459b605ae42ccd95525cc0582768cb5efbc8912addf4c4c8de964c35a88

Contents?: true

Size: 1.37 KB

Versions: 1

Compression:

Stored size: 1.37 KB

Contents

# howami ![fitbit-logo](http://f.cl.ly/items/2w0f0c0j1J1H1V171g2w/fitbit-32-blk-onwhite.jpg)

All unix people know the `whoami` command.

    $ whoami
    mroth

But what if you want to keep track of _how_ you are?

    $ howami
    Current weight: 138.8 pounds (12.97 % body fat)
    Activity level: 2765 steps thus far today
    Sleep last night: 5 hours, 41 min.

`howami` uses the Fitbit API to give you a quick CLI glance at your vital stats as synchronized from your nerdy quantified-self tracking devices.

[![Gem Version](https://badge.fury.io/rb/howami.png)](http://badge.fury.io/rb/howami)
[![Build Status](https://travis-ci.org/mroth/howami.png?branch=master)](https://travis-ci.org/mroth/howami)
[![Dependency Status](https://gemnasium.com/mroth/howami.png)](https://gemnasium.com/mroth/howami)
[![Code Climate](https://codeclimate.com/github/mroth/howami.png)](https://codeclimate.com/github/mroth/howami)

## Installation

Just install it via rubygems:

    $ gem install howami

Done.

## Usage

Do `howami --auth` to complete login via the Fitbit API.  At any point after that, you can do `howami` to see your stats.

## What devices?

Since people keep asking, I personally use a [Fitbit Aria](http://www.fitbit.com/aria) scale to weigh myself, and a [Fitbit Flex](http://www.fitbit.com/flex) for activity/sleep tracking.

<sub>(And I've lost 22lbs. at time of writing this!)</sub>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
howami-0.0.2 README.md