Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pwaldhauer/elizabeth
Moves.app data exporter
https://github.com/pwaldhauer/elizabeth
Last synced: about 12 hours ago
JSON representation
Moves.app data exporter
- Host: GitHub
- URL: https://github.com/pwaldhauer/elizabeth
- Owner: pwaldhauer
- Created: 2013-06-06T10:30:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T12:39:51.000Z (over 7 years ago)
- Last Synced: 2024-08-01T22:01:59.921Z (3 months ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 82
- Watchers: 7
- Forks: 19
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - pwaldhauer/elizabeth - Moves.app data exporter (JavaScript)
README
Elizabeth
=========Ellie uses the recently released [API](https://dev.moves-app.com/) of [Moves](http://www.moves-app.com/) 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 install` OR install using `sudo npm install -g elizabeth` :)
* Use `./ellie.js` (or just `ellie` if installed via npm) to see usage information
* Configure your instance using `ellie init`
* Export your data using `ellie export`Included exporters
------------------* **DayOneExport**: Exports right into your DayOne Journal!
![Sample image](https://s3-eu-west-1.amazonaws.com/knusperfiles/elliedayone.png)
* **GoogleMapExport**: Exports the days activity as a Google Map, using the Static Map API.
![Sample image](https://s3-eu-west-1.amazonaws.com/knusperfiles/elliemap.png)
* **PlaintextExport**: Exports a short day summary as plain text.
![Sample image](https://s3-eu-west-1.amazonaws.com/knusperfiles/ellieplaintext.png)