This website produces a poster-size printable visualization of your home(s), work place(s), and other frequently visited powered by Moves App.
This project was generated with the Angular Full-Stack Generator version 3.0.0-rc8.
- Git
- Node.js and NPM >= v0.12.0
- Bower (
npm install --global bower
) - Grunt (
npm install --global grunt-cli
)
-
Run
npm install
to install server dependencies. -
Run
bower install
to install front-end dependencies. -
Run
grunt serve
to start the development server. It should automatically open the client in your browser when ready.
The data source is acquired through a smart phone app, Moves. You need to export yoru data first from your app.
Sign in with your Moves account at https://account.moves-app.com
Once you download your data, extract json.zip. Copy folder json/yearly/places
folder under client/data
('places' folder is locates at the same level of placeholder.txt.)
Run grunt build
for building and grunt serve
for preview.
Running npm test
will run the unit tests with karma.