1.1.2 • Published 4 years ago

activity-report v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

activity-report

Parse a CSV of Apple Watch activity data to see a report of your year-over-year data.

The Activity++ app can generate a CSV of this data.

npx activity-report Export.csv

Output

The output will show days meeting your goal vs total days for each year. It will also differentiate between days thru the current date and the year to date.

┌──────┬─────────────────┬──────────────────┬─────────────────┬─────────────────┬─────────────────┬─────────────────┐
│      │ MOVE (TODAY)    │ EXERCISE (TODAY) │ STAND (TODAY)   │ MOVE (YEAR)     │ EXERCISE (YEAR) │ STAND (YEAR)    │
├──────┼─────────────────┼──────────────────┼─────────────────┼─────────────────┼─────────────────┼─────────────────┤
│ 2016 │ 110/194 (56.7%) │ 130/194 (67.0%)  │ 174/194 (89.7%) │ 210/366 (57.4%) │ 231/366 (63.1%) │ 328/366 (89.6%) │
├──────┼─────────────────┼──────────────────┼─────────────────┼─────────────────┼─────────────────┼─────────────────┤
│ 2017 │ 108/193 (56.0%) │ 117/193 (60.6%)  │ 175/193 (90.7%) │ 108/193 (56.0%) │ 117/193 (60.6%) │ 175/193 (90.7%) │
└──────┴─────────────────┴──────────────────┴─────────────────┴─────────────────┴─────────────────┴─────────────────┘

LICENSE

MIT

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago