An open API service indexing awesome lists of open source software.

https://github.com/fsamin/websocket-desktop-notifier


https://github.com/fsamin/websocket-desktop-notifier

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# websocket-desktop-notifier

[![Build Status](https://travis-ci.org/fsamin/websocket-desktop-notifier.svg?branch=master)](https://travis-ci.org/fsamin/websocket-desktop-notifier)

# Data

Notification Sample
````
{
"type" : "NOTIFICATION",
"data" : {
"title" : "title",
"message" : "message"
},
"result" : "SUCCESS"
}
````