📊 A minimalist, self-hosted WakaTime-compatible backend for coding statistics
Go to file
Ferdinand Mütsch d5253ba46b Add summary cache. 2019-05-19 20:14:57 +02:00
middlewares Major refactorings. 2019-05-19 19:49:27 +02:00
models Major refactorings. 2019-05-19 19:49:27 +02:00
routes Add summary cache. 2019-05-19 20:14:57 +02:00
services Major refactorings. 2019-05-19 19:49:27 +02:00
utils Add intervals for summary requests. 2019-05-19 20:06:07 +02:00
.env.example Read config from env. 2019-05-06 00:58:01 +02:00
.gitignore Read config from env. 2019-05-06 00:58:01 +02:00
README.md Adapt Readme. 2019-05-11 20:32:35 +02:00
config.ini Major refactorings. 2019-05-19 19:49:27 +02:00
main.go Major refactorings. 2019-05-19 19:49:27 +02:00

README.md

wakapi

Usage

  • Clone repository
  • Copy .env.example to .env and set config parameters
  • Install dependencies: go get -d ./...
  • Run server: go run *.go

Todo

  • Aggregation logic
  • Summary endpoint
  • User sign up and log in
  • UI routes
  • Graph generation

License