An open API service indexing awesome lists of open source software.

https://github.com/senior-sigan/toggl-reporter

App to make google-forms and redmine reports from Toggle data
https://github.com/senior-sigan/toggl-reporter

go-chi golang helper-tool office-work time-tracker toggle

Last synced: about 1 month ago
JSON representation

App to make google-forms and redmine reports from Toggle data

Awesome Lists containing this project

README

        

## How to build

1. Copy config.example.toml into config.toml
2. Build project with make
3.

## How to make new page

1. Copy existing template (e.g `index.toml`) from `web/templates` in same folder.
Name accordingly.
2. Register route in `web/main.go` and add new location.
3. Add functions for each request type for location and other necessary things.