Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 620 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 620 Bytes

waka-server

自托管的编码时长计时工具,基于wakatime API

构建

git clone https://github.com/VincilLau/waka-server.git
xmake build waka-server

安装和运行

./waka-server -i # 安装
./waka-server    # 运行

访问http://127.0.0.1:8080查看waka-server是否正常工作。

修改wakatime插件配置,添加api_url = "http://127.0.0.1:8080"

更多用法请执行xmake run waka-server --help

维护者

@Vincil Lau

使用许可

Apache 2.0