-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Home
lefnire edited this page Nov 8, 2012
·
13 revisions
##HabitRPG
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.
##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.