-
-
27 Nov 2010 02:28:37 UTC
- Development release
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (72 / 4 / 5)
- Kwalitee
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (58.04KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
and 1 contributors-
Eric Blue
Changes for version 0.1_5
- commit f32fa3bd7a01cb45d0a45e3e69cb9af31a129399 Author: John SJ Anderson <genehack@genehack.org> Date: Fri Nov 26 21:27:34 2010 -0500
- use File::HomeDir instead of {HOME}
- commit 3628d4423f61f84c963a600c88ced56444c1c6ed Author: John SJ Anderson <genehack@genehack.org> Date: Tue Nov 23 05:27:56 2010 -0500
- released v0.1_4
- commit 6dd46f8d790b54b9330443383ea5e0cacbcbd121 Author: John SJ Anderson <genehack@genehack.org> Date: Tue Nov 23 05:07:57 2010 -0500
- improve return values of intraday_* methods
- now return WebService::FitBit::IntradayLog object
- has 'all_items' method that returns a collection of WebService::FitBit::IntradayLog::Item objects
- each of those has 'time', 'value' methods
- works around annoyances of returning list of hashrefs
- commit e245cd3be975d1b0a9b5a0622822c6f593ee8f60 Author: John SJ Anderson <genehack@genehack.org> Date: Tue Nov 23 04:42:53 2010 -0500
- fix tests to work without config file...
- commit 2b2ebf2cce82f95a680ed094edb359de218d27a8 Author: John SJ Anderson <genehack@genehack.org> Date: Sun Nov 21 23:43:55 2010 -0500
- 0.1_3 release
- commit d5658fae12f464e249ae7554d8c6302119615186 Author: John SJ Anderson <genehack@genehack.org> Date: Sun Nov 21 23:43:46 2010 -0500
- even more doc fixes
- commit 75c140578d121306f9b29305c445a5419c59f26b Author: John SJ Anderson <genehack@genehack.org> Date: Sun Nov 21 23:31:56 2010 -0500
- more doc fixes
- commit 7551b21ebee23b515c65f30b1912da841efa8c3a Author: John SJ Anderson <genehack@genehack.org> Date: Sun Nov 21 23:18:16 2010 -0500
- clean up CSV dumper
- commit c07345fb55ce53bb66b6ef4d73a4c2ab688c4cc4 Author: John SJ Anderson <genehack@genehack.org> Date: Sun Nov 21 21:52:41 2010 -0500
- released 0.1-TRIAL
- End of changes in the last 365 days
Documentation
dump the last week's worth of FitBit data to a CSV file.generate a ~/.fitbit config for use by WebService::FitBitModules
OO Perl API used to fetch fitness data from fitbit.comProvides
in lib/WebService/FitBit.pmin lib/WebService/FitBit.pmModule Install Instructions
To install WebService::FitBit, copy and paste the appropriate command in to your terminal.
cpanm WebService::FitBit
perl -MCPAN -e shell install WebService::FitBit
For more information on module installation, please visit the detailed CPAN module installation guide.