Benoit-Vasseur / time-tracker

An app to track your time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read me

Trello Board Feel free to vote ;)

Pull request are welcome. Please open an issue if you find a bug.

Installation Step

Install project

npm install
bower install
./node_modules/.bin/electron-rebuild

Give your Freshbooks credentials

Your Freshbooks credentials have to be in freshbooks_data/credentials.json

mkdir freshbooks_data
cd freshbooks_data
touch credentials.json

In your credential file put :

{
  "api_url": "__YOUR_API_URL__",
  "api_token": "__YOUR_API_TOKEN__"
}

Grab your Freshbooks data

npm start
  • click the button 'Grab Freshbooks data'
  • quit the application (cmd+q)
  • npm start
  • Hello timer :)

About

An app to track your time

License:Apache License 2.0


Languages

Language:JavaScript 95.2%Language:HTML 4.6%Language:Makefile 0.1%