kkemple / tasker

A time tracking app with JIRA support and verbal and desktop notifications.
8 stars 3 forks source link

This repo is deprecated and not recommended for use

Tasker

Tasker is a very simple task runner that will verbally and visually notify you of currently running tasks. You can enable/disable either notification type (or both). You can also set the duration of time in between notifications.

Tasker

Quick Start Guide


Dependencies

The following dependencies are required to run Tasker:

You need an active JIRA account to install Tasker

Note: Tasker runs best in Chrome


Cloning Tasker

In the terminal, navigate to the directory you wish to install Tasker and run git clone git@github.com:kkemple/tasker.git tasker && cd tasker


Installing Node Dependencies

Simply run npm install (if you get access errors look here)


Setting Up Tasker

To set up Tasker run node install.js

During the install process you will prompted for your JIRA credentials. You will need to provide:


Starting the Server

To start your server run npm start (After running the install script, this is the only step necessary to start Tasker)

In Chrome navigate to http://localhost:8888 and you will be up and running with Tasker!


Help / User Documentation

You can view all user documentation on the wiki.


Development Documentation


Helpful Tips:


Contributions and input are strongly recommended!!