Simple and fast working time tracker.
By default server listens localhost:8090
Methods:
/start
- start tracking/stop
- stop tracking/intervals
- get tracked intervals/active-interval
- get start time of the active interval
- Install Go
- Install GCC
- Use
go run .
andgo build .
to run or build
(one of the possible ways)