Open Source WakaTime Server
- caicloud/nirvana Golang Restful API Framework for Productivity
- jinzhu/gorm The fantastic ORM library for Golang, aims to be developer friendly
dep ensure -s
make
./bin/sundial
First, we need to run the server, then we could use wakatime-cli to create a heartbeat:
python3 ./wakatime/wakatime/cli.py --file /home/ist/go/src/github.com/dyweb/sundial/pkg/apis/v1/descriptors/heartbeats.go --alternate-project sundial --write --api-url http://localhost:8080/apis/v1/users/current/heartbeats --verbose
We could get the log from $HOME/.wakatime.log
.
The goal of v1 is to provide the MVP of Sundial, which supports projects, users and durations API.
Please see AUTHORS.md.