Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Do Once

$ heroku create
$ git push heroku master
$ heroku run rake db:migrate

Add another user

Whoever owns the toggl account for the team, needs to do this with "master: true" instead of "master: false" Toggl API tokens can be found here: https://www.toggl.com/app/profile

$ heroku run console
> User.create name: "Joe Smith", api_token: "<apitoken>", master: false

View what your users are doing

$ heroku open

About

A simple worker reporter for Toggl teams

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages