WakaTime Usage Guide
WakaTime is a fully automated time-tracking tool. It relies on plugins for many IDEs and text editors to visualize the time you spend coding, helping you understand exactly what you did during those hours.
Getting Started
Visit https://wakatime.com/login and sign up for an account.
Go to https://wakatime.com/settings/account and copy your API key.
Install the WakaTime plugin in WebStorm/Visual Studio Code (and other editors), then enter your
API key
.From then on, coding activity in those apps will be tracked. Visit WakaTime to view your stats.
If possible, use a proxy when accessing WakaTime for faster speed.
WakaTime Client — Mini Program
To make it easier to view the charts, I built a mini program over the weekend.
It mainly does two things:
- Proxies the WakaTime API service. My VPS is in Japan, so it’s not super fast yet, but it’s much better than accessing WakaTime directly.
- Provides visualizations based on the API + mini program.
TODO
Add scheduled reminders when I exceed goals—less grindy and more humane. That will be implemented later; flag planted.