https://github.com/Morphclue/streamdeck-wakatime
WakaTime-Plugin for the Elgato Streamdeck
https://github.com/Morphclue/streamdeck-wakatime
elgato-stream-deck plugin streamdeck-sdk wakatime
Last synced: 6 months ago
JSON representation
WakaTime-Plugin for the Elgato Streamdeck
- Host: GitHub
- URL: https://github.com/Morphclue/streamdeck-wakatime
- Owner: Morphclue
- License: mit
- Created: 2021-07-29T17:21:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T11:39:52.000Z (over 1 year ago)
- Last Synced: 2025-04-05T14:30:43.397Z (6 months ago)
- Topics: elgato-stream-deck, plugin, streamdeck-sdk, wakatime
- Language: CSS
- Homepage: https://apps.elgato.com/plugins/com.morphclue.wakatime
- Size: 721 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# streamdeck-wakatimeThis plugin will show you how many minutes you have left to code for today. It fetches the API every 30 seconds due to
rounding.## Installation
In the Release section, you can find the file com.morphclue.wakatime.streamDeckPlugin. If you double-click this file on
your machine, Stream Deck will install the plugin.## Setup
To use this plugin you need to open up the PropertyInspector and input
* Your WakaTime-Username
* Your [API-Key](https://wakatime.com/api-key)
* Your target daily minutes
After that hit the `Refresh` Button to persist the data in the global settings.
### Note
It may occur that one minute not always passes exactly when one realtime minute passes. This is because
your `IDE-Plugin` only updates in certain intervals or rounding leads to small mistakes.## Licenses
### Source code
The code in this repository falls under
the [MIT-License](https://github.com/Morphclue/streamdeck-wakatime/blob/master/LICENSE).### Assets
* [Streamdeck Template](https://github.com/elgatosf/streamdeck-plugintemplate)
* [Developer Documentation](https://developer.elgato.com/documentation/stream-deck/sdk/overview/)