Track time and save to Freshbooks
Python JavaScript Makefile Shell
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
components
img
tests
.excludes
.gitignore
FreshbooksTimer.desktop
FreshbooksTimer.json
FreshbooksTimer.qml
FreshbooksTimer.qmlproject
Makefile
README.md
freshbooks.js
left_zero_pad.js
manifest.json
oauth.js
parse_query.js

README.md

FreshbooksTimer

Track time and save to Freshbooks

This is an Ubuntu Touch app built with QML and JavaScript. It's available in the Ubuntu Touch software center.

Desktop Installation

FreshbooksTimer can also be run on desktop if you have the Ubuntu SDK. Installing it is very easy, the instructions can be found here:

http://developer.ubuntu.com/en/start/ubuntu-sdk/installing-the-sdk/

Once you've done that, you can run the app with this command:

qmlscene FreshbooksTimer.qml

From the project directory.