Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.09 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.09 KB

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