Convert Toggl entries into Tempo worklogs. Using toggl api key fetch all entires (last 9 days) that do not have synced
tag. Task description must consist of task id and decription separated by pipeline |
character. On sync it will send request to tempo api and add time log.
Create .envrc
file in root folder with following keys (insert valid values)
export GOOGLE_CLIENT_ID=""
export GOOGLE_CLIENT_SECRET=""
export ISSUER_URL="https://accounts.google.com"
export AUDIENCE=""
export JWKS_URI="https://www.googleapis.com/oauth2/v3/certs"
export REDIRECT_URI="http://localhost:3000/"
$ lein run
$ npx shadow-cljs watch app
bin/kaocha