-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Home
lefnire edited this page Nov 8, 2012
·
13 revisions
HabitRPG is a habit tracker app which treats your goals like a Role Playing Game. Level up as you succeed, lose HP as you fail, earn money to buy weapons and armor.
##Roadmap
- Groups: compete with your friends
- Mobile App
- Integration with tools like Astrid, Pivotal Tracker, Pomodoro, RescueTime, and MyFitnessPal
- See the full list
##FAQ See the Frequently Asked Questions page.
##Contact ###Issues and Suggestions If you find any bugs, or have any feature requests or suggestions, please file them in the issue queue.
###Contact Me If you want to contact me for any other reason, don't hesitate to email me
##API
HabitRPG has a simple API for up-scoring and down-scoring third party Habits: POST /users/:userId/tasks/:taskId/:direction
. This API is currently used in the Chrome extension, and you can use it wherever (eg, I'm using it in my Pomodoro scripts). See the API page for more details.