-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jkharrat
committed
Apr 17, 2021
1 parent
c0efd1f
commit 3b9d6c7
Showing
1 changed file
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,22 @@ | ||
# streamDeck-weatherPlugin | ||
Plugin for StreamDeck to display weather info | ||
|
||
# Description | ||
|
||
`Weather` is a plugin that displays a weather condition and temperature. It is connected to weatherApi provider and requires an API Key and a city as inputs. | ||
|
||
# Features | ||
|
||
- code written in Javascript | ||
- cross-platform (macOS, Windows) | ||
- Property Inspector with multiple UI elements | ||
|
||
![](screenshot.png) | ||
|
||
|
||
# Installation | ||
|
||
In the Release folder, you can find the file `com.jk.weather.streamDeckPlugin`. If you double-click this file on your machine, Stream Deck will install the plugin. | ||
|
||
|
||
# Source code | ||
|
||
The `Sources` folder contains the source code of the plugin. |