elizabeth
v0.2.0
Published
A small tool to export data from Moves.app.
Readme
Elizabeth
Ellie uses the recently released API of Moves to export your carefully tracked movement data.
This is just a first quick shot at playing with the API, feel free to improve the export plugins, add others, fork and do stuff! Any help will be greatly appreciated.
(And it's my first public NodeJS project, so please be nice.)
Usage
Prerequisites: Install NodeJS
Clone the repo/download the .zip and run
npm installOR install usingsudo npm install -g elizabeth:)Use
./ellie.js(or justellieif installed via npm) to see usage informationConfigure your instance using
ellie initExport your data using
ellie export
Included exporters
DayOneExport: Exports right into your DayOne Journal!

GoogleMapExport: Exports the days activity as a Google Map, using the Static Map API.

PlaintextExport: Exports a short day summary as plain text.

