No description
Find a file
Tyler Renelle ced8b168bb Merge pull request #179 from pironic/gold-validate
reward:gold field is now a number instead of text.
2013-01-23 08:27:32 -08:00
public 500.html typo 2013-01-21 17:21:58 -05:00
src typo 2013-01-22 13:49:02 -05:00
styles Remove migration css 2013-01-18 12:10:39 -05:00
test more casper 2013-01-21 23:38:00 -05:00
ui Add ui connection alert 2012-06-20 20:47:08 -04:00
views reward:gold field is now a number instead of text. Validates the input from user before submitting form... we should check the input once received as well, but this is good enough for now 2013-01-22 16:56:16 -07:00
.afignore update afignore 2013-01-18 12:10:45 -05:00
.gitignore Pull in changes from private branch, including many bug fixes and - 2012-09-15 15:06:51 -04:00
LICENSE README & LICENSE 2012-06-26 11:29:49 -04:00
Makefile setting up for testing REST 2012-10-12 11:53:57 -04:00
package.json fixed cron bug using underscore instead of lodash 2013-01-20 19:35:46 -05:00
Procfile Adding procfile for heroku, add process.env.PORT instead of 3000 2012-07-10 09:36:18 -04:00
README.md Updated README.md 2012-11-07 21:29:14 -08:00
server.js prevent crash, ignore exceptions 2013-01-18 13:32:14 -05:00

#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.

Screenshot

##About

###How Does it Work See the How Does it Work page.

###FAQ See the Frequently Asked Questions page.

###Roadmap

  • Groups: compete with your friends
  • Mobile App
  • Integration with tools like Astrid, Pivotal Tracker, Pomodoro, RescueTime, and MyFitnessPal
  • See the full list

###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.

##Contact ###Issue Queue For bugs, issues, feature requests, or suggestions.

###Email Me For everything else. Don't be shy.

##License Code is licensed under GNU GPL v3. Content is licensed under CC-BY-SA 3.0. See the LICENSE file for details.

##Credits Content comes from Mozilla's BrowserQuest