Skip to content

msamec/tracky

Repository files navigation

codecov

Tracky

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.

image

Requirements

Installation

Secrets

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/"

Usage

Backend

$ lein run

Frontend

$ npx shadow-cljs watch app

Running tests

bin/kaocha

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages