Simple app to view your coding stats from WakaTime
Uses Export API
to get all user stats without having to upgrade your account
Login | ||
---|---|---|
Home Page |
- Show detailed stats for projects
- Show details stats for specific time range
Create file local.properties
if not already created and add below properties for app id and app secret from
here. Values will be read from build script and used in code.
CLIENT_ID=APP_ID_HERE
CLIENT_SECRET=APP_SECRET_HERE