My personal app for tracking work hours. Inspired by 100 blocks a day and 144 blocks.
- 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_token
using Base64 (docs). - Replace
secret
with encoded API token in.env
- Run
elm-app start
. See Create ELM app docs for more commands.
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 valueBasic YOUR_ENCODED_API_TOKEN