work-timer
work-timer copied to clipboard
App for tracking work hours using Elm and Toggl.com
Work Timer
My personal app for tracking work hours. Inspired by 100 blocks a day and 144 blocks.
Development
- Install Create ELM app
npm install create-elm-app -g
- Create Toggl account and get
API Token(under Profile Settings) - Encode
YOUR_API_TOKEN:api_tokenusing Base64 (docs). - Replace
secretwith 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_AUTHwith valueBasic YOUR_ENCODED_API_TOKEN
Screenshots

