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 | ||
Search Page | SearchPage1.webm |
|
Project Details Page | ProjectDetails1.mov |
- Show detailed stats for projects
- Show details stats for specific time range
- Navigation animation
- Guest login + Sample data
- Filter + Sort in Search Page
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