Skip to content

Jacob3075/WakaTimeApp.Compose

Repository files navigation

WakaTimeApp

Simple app to view your coding stats from WakaTime

Uses Export API to get all user stats without having to upgrade your account

Screenshots

Login Login Page Loading extracts from WakaTime
Home Page Home Page 1 Home Page 2

TODO

  • Show detailed stats for projects
  • Show details stats for specific time range

Setup

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