Skip to content

Commit

Permalink
add habitrpg-github to extensions (thanks @ruddfawcett!)
Browse files Browse the repository at this point in the history
  • Loading branch information
lefnire committed Mar 23, 2013
1 parent e7fe8f4 commit 43d8959
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions views/static/extensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,24 @@ <h2 id="chrome-extension"><a href="https://chrome.google.com/webstore/detail/hab
<p>Monitors your browsing habits to divvy points to your HabitRPG character. Think Stayfocusd for HabitRPG (http://habitrpg.com).</p>
<p>Lose HP for lingering on bad websites, gain Exp and GP for hanging out on good websites. Set the hours and days of the week you want to be productive and integrate your browsing habits with HabitRPG to improve your overall productivity.</p>
<p>To use, enter your HabitRPG User ID and API Token in the options page (User -&gt; Settings, see the screenshot). Hit me up with suggestions</p>

<h2 id="pomodoro">Pomodoro</h2>
<p>I use Ugo Landini's Pomodoro, which allows start / stop custom scripts: <code>shell do shell script &quot;curl -X POST -H 'Content-Type:application/json' https://habitrpg.com/v1/users/.../tasks/productivity/up -d '{\\&quot;apiToken\\&quot;:\\&quot;...\\&quot;}&quot;</code></p>

<h2 id="anki"><a href="https://github.com/Pherr/HabitRPG-Anki-Addon">Anki</a></h2>
<p>A HabitRPG addon for Anki.</p>

<h2 id="habitrpg-mobile"><a href="https://github.com/HabitRPG/habitrpg-mobile">HabitRPG Mobile</a></h2>
<p>HabitRPG mobile application under development. Angular + PhoneGap</p>

<h2 id="habitrpg-ncurses"><a href="https://github.com/arscan/habitrpg-ncurses">habitrpg-ncurses</a></h2>
<p>node + ncurses interface for habitRPG.</p>
<p>This is set up to meet my general task workflow and my preferences. Todo lists are simple enought that I feel like investing time into making something that works exactly how I want it to work is worthwhile. Plus I felt like learning ncurses. At this point, attempt to use at your own risk.</p>
<p>Apparently the ncurses binding doesn't seem to work properly when loaded from npm. Grabbing the master branch from https://github.com/mscdex/node-ncurses works for me.</p>

<h2 id="pyhabit"><a href="https://github.com/elssar/pyhabit">pyhabit</a></h2>
<p>Python command line app for HabitRPG (http://habitrpg.com)</p>

<h2 id="php-api"><a href="http://github.com/ruddfawcett/HabitRPG_PHP">PHP API</a></h2>
<p>A PHP class for the HabitRPG API. Will be expanded when more features become available in the API.</p>

Expand All @@ -43,6 +49,9 @@ <h2 id="perl-api"><a href="https://metacpan.org/module/WebService::HabitRPG">Web
<h2 id="hrpg-cmd"><a href="https://metacpan.org/module/hrpg">hrpg - HabitRPG command line client</a></h2>
<p>Command-line client for HabitRPG. Supports viewing status, listing tasks by types, creation of new types, incrementing/decrementing of tasks, API debugging, and more.</p>

<h2 id="habitrpg-github"><a href="http://ruddfawcett.com/habitrpg-github/">HabitRPG Github</a></h2>
<p>Sync your HabitRPG account with your GitHub account. Up or down vote habits based on your commit rate. It's up to you! Is GitHub a good habit or a bad habit? Or both?</p>

<h2 id="suggest-an-add-on-extension">Suggest an Add-on / Extension</h2>

<p><a href="mailto:[email protected]">Email me</a> to have something listed here</p>
Expand Down

0 comments on commit 43d8959

Please sign in to comment.