1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00
📊 A minimalist, self-hosted WakaTime-compatible backend for coding statistics
Go to file
Ferdinand Mütsch 7df01fe9c4 Add SQL scripts.
2019-05-09 00:09:29 +02:00
middlewares Heartbeat Insertions. 2019-05-06 00:40:41 +02:00
models Fix heartbeats insertion. 2019-05-09 00:07:38 +02:00
routes Fix heartbeats insertion. 2019-05-09 00:07:38 +02:00
services Fix heartbeats insertion. 2019-05-09 00:07:38 +02:00
utils Fix heartbeats insertion. 2019-05-09 00:07:38 +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
db.sql Add SQL scripts. 2019-05-09 00:09:29 +02:00
main.go Fix heartbeats insertion. 2019-05-09 00:07:38 +02:00
README.md Read config from env. 2019-05-06 00:58:01 +02:00

wakapi

Usage

  • Copy .env.example to .env and set config parameters
  • go run *.go

License