No description
Find a file
obvTiger f8d2da1bbb
Some checks are pending
Upload index.html to Object Storage / upload-index-html (push) Waiting to run
feat: automatic uploading & url
2026-01-21 09:35:35 +01:00
.github/workflows feat: automatic uploading & url 2026-01-21 09:35:35 +01:00
convertToWakatime.js init 2026-01-21 09:08:57 +01:00
index.html init 2026-01-21 09:08:57 +01:00
README.md feat: automatic uploading & url 2026-01-21 09:35:35 +01:00

Hackatime to WakaTime format converter

This project is a temporary solution for ziit/issues/70

Usage

The converter is available as a Command Line Interface and as a Website. All data stays in the browser.

You can also use the CLI converter:

$ node convertToWakatime.js
Usage: node convertToWakatime.js <inputfile.json> [-o <outputfile.json>]
Example: node convertToWakatime.js input.json -o output.json

Example usage: node convertToWakatime.js heartbeats-XXXXXX.json -o wakatime.json

Then, import the file on https://ziit.app/settings as WakaTime (File)

Issues & Contributing

If you experience any issues, feel free to either Contact me by mail or open an issue.

You are welcome to contribute to this project. Feel free to open a PR on this project.