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/sundialFirst, 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.