Skip to content

App for tracking work hours using Elm and Toggl.com

Notifications You must be signed in to change notification settings

am-on/work-timer

Repository files navigation

Work Timer

My personal app for tracking work hours. Inspired by 100 blocks a day and 144 blocks.

Development

npm install create-elm-app -g
  • Create Toggl account and get API Token (under Profile Settings)
  • Encode YOUR_API_TOKEN:api_token using Base64 (docs).
  • Replace secret with encoded API token in .env
  • Run elm-app start. See Create ELM app docs for more commands.

Netlify configuration

App doesn't have any authentication and will expose your API token if you don't use Password Protection feature.

  • Set environment variable ELM_APP_API_AUTH with value Basic YOUR_ENCODED_API_TOKEN

Screenshots

Screenshot


Daily workflow

About

App for tracking work hours using Elm and Toggl.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published