Skip to content

TimeKeeper makes it easy to keep track of billable hours while working with clients.

Notifications You must be signed in to change notification settings

mghdotdev/TimeKeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

TimeKeeper

What is it?

TimeKeeper makes it easy to keep track of billable hours while working with clients. It also records your Admin time whenever a record is not active!

How to use it

To get started either... Create a New Record or Import from a JSON File.

Once a Record has been created, you can Open a Timestamp and begin working.

After you're finished working press the Close button. The time elapsed will be rounded to the nearest 0.25 hour and calculated towards the Record total.

Installing the Chrome App

Download and Install here: https://chrome.google.com/webstore/detail/timekeeper/ebjokhpppclkghmfnacfjdpfjmmgeddg

Import From JSON File Format

Substitute [x] with the described value.

{
  "admin_time": [miliseconds],
  "records": [
    {
      "name": [string],
      "done": [boolean],
      "timestamps": [
        {
          "from": [unix timestamp],
          "to": [unix timestamp]
        }
      ]
    }
  ]
}

About

TimeKeeper makes it easy to keep track of billable hours while working with clients.

Resources

Stars

Watchers

Forks

Packages

No packages published