wakatimecli
v0.1.9
Published
See your WakaTime report directly in the terminal
Downloads
22
Readme
##WakaTimeCLI WalkaTimeCLI allows you to see your WakaTime.com reports from your command line.
###Installation
$ npm install -g wakatimecli
###Configuration
Log into your WakaTime.com account and find your API Key in the settings (https://wakatime.com/settings).
Add your API Key
$ wakatime -api yourApiKeyHere
###Usage
Display WakaTime data from today:
$ wakatime -t or wakatime -today
Display WakaTime data from yesterday:
$ wakatime -y or $ wakatime -yesterday
Display WakaTime data from the last 7 days:
$ wakatime -w or $ wakatime -week
###Info
Written using the WakaTime API (https://wakatime.com/api).