Mobile app for WakaTime
Built using the Ionic SDK, to be cross-platform on iOS and Android
Right now, this has very minimal functionality:
- Account screen where you can enter your WakaTime API key, which is necessary for the app to access your WakaTime data
- Stats screen, displaying last 7 days for projects and languages
Contributors welcome! Just follow the typical "Fork & Pull" GitHub collaborative model.
If you have ideas or questions just open an issue.
After clone, run the following commands to set up the project:
- To restore cordova platforms and required plugins, run
ionic state restore
- Then test in browser and run on your device.