Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.24 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.24 KB

Habit-Graph - An AngularJS app for displaying Habit List data

Currently a work-in-progress

This project will aim to display interesting graphs and metrics about completion rates and productivity. Data is provided via JSON export from Habit List iOS app.

I'm building this application because I have been using the Habit List app for approximately 7 months, and I'd love to be able to visualize the data and find out more about my productivity. I think Habit List is a great app for people looking to build or stay on top of new habits. If you're interested, check it out

This was created using the angular-seed. Find out more about AngularJS from http://angularjs.org/

How to use:

  • Export your Habit List data via the iOS app by going to Settings->Export Data

  • Save the JSON data to a file called habits.json, in the app/habits directory

  • Run the ruby script habits.rb from the project root ruby scripts/habits.rb

  • Install node.js and run scripts/web-server.js

  • Navigate to http://localhost:8000/app/index.html