https://github.com/fsamin/websocket-desktop-notifier
https://github.com/fsamin/websocket-desktop-notifier
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fsamin/websocket-desktop-notifier
- Owner: fsamin
- License: apache-2.0
- Created: 2015-10-02T18:39:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-28T20:55:34.000Z (over 9 years ago)
- Last Synced: 2025-01-30T00:49:36.387Z (4 months ago)
- Language: Java
- Size: 215 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# websocket-desktop-notifier
[](https://travis-ci.org/fsamin/websocket-desktop-notifier)
# Data
Notification Sample
````
{
"type" : "NOTIFICATION",
"data" : {
"title" : "title",
"message" : "message"
},
"result" : "SUCCESS"
}
````