Simply put, Twackr is twitter-style time tracking. At its simplest, it's a tweet with a timer attached to it.
Tracked time can be categorised into @projects and #services. In addition to the basic timer, there are also numerous options for specifying time spent.
Simply run the following:
rake db:auto:migrate
script/server
And create a user. It couldn't be any simpler!
Please refer to the project entry on [OpenSourceRails] 3 for any screenshots.
A demo is available on heroku.
Yes you can! And this is how:
-
Setup heroku app
heroku create
-
Migrate database on heroku
heroku db:auto:migrate
-
Launch in browser
heroku open
For licensing details, refer to the [LICENSE] 2 file in the root directory.