https://github.com/tyrende/streamdeck-timerandclock
A sample Stream Deck plugin that provides a clock and timer.
https://github.com/tyrende/streamdeck-timerandclock
Last synced: 2 months ago
JSON representation
A sample Stream Deck plugin that provides a clock and timer.
- Host: GitHub
- URL: https://github.com/tyrende/streamdeck-timerandclock
- Owner: TyrenDe
- License: mit
- Created: 2019-01-11T19:09:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T21:57:41.000Z (almost 7 years ago)
- Last Synced: 2025-01-22T16:47:53.997Z (11 months ago)
- Language: CSS
- Size: 60.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# streamdeck-timerandclock
A C# Stopwatch and Clock implementation for the Elgato Stream Deck device.
## Dependencies
This library uses the [streamdeck-client-csharp](https://github.com/TyrenDe/streamdeck-client-csharp) wrapper
## Current functionality
- Long press (1 second) on the key to reset the stopwatch
- Multiple Stopwatches suppport
- Stopping/Starting a timer
- Clock with multiple date and time formats
## Feature roadmap
Always open to more suggestions.
## How do I get started using it?
Coming soon!
## I found a bug, who do I contact?
Just head over to the issues page and create a new issue.
## License
MIT License
Copyright (c) 2019
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.