Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-dammer committed Aug 16, 2021
2 parents f9a781c + e9f5654 commit 5ad07c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,18 @@ This program was developed with `Visual Studio 2017`. The following `NuGet packa
- `Microsoft.Toolkit.Uwp.Notifications` v7.0.2.

### Configuration
The program has three configurable parameters, which are located in the `bin/Release/App.config` file:
- `username` - User who owns the notifications;
The program has two configurable parameters, which you can set in context menu `Settings`:
- `url` - URL, which returns a JSON message;
- `interval` - Request interval in seconds.
- `interval` - Request interval in milliseconds.

<p align="center">
<img src="https://github.com/evgeniy-dammer/Notificator/blob/develop/Screenshots/Notificator2.PNG">
</p>

<p align="center">
<img src="https://github.com/evgeniy-dammer/Notificator/blob/develop/Screenshots/Notificator3.PNG">
</p>

### JSON message structure
The message structure looks like this:

Expand Down
Binary file modified Screenshots/Notificator2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/Notificator3.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5ad07c1

Please sign in to comment.