diff --git a/projects/JSONPatchDemo/thumb.png b/projects/JSONPatchDemo/thumb.png new file mode 100644 index 00000000..13740f8c Binary files /dev/null and b/projects/JSONPatchDemo/thumb.png differ diff --git a/projects/projects.json b/projects/projects.json index f92b527e..775d1310 100644 --- a/projects/projects.json +++ b/projects/projects.json @@ -1,6 +1,23 @@ { "featured": "YouTube on PS3", "projects": [ + { + "name": "JSON Patch DEMO", + "thumb": "JSONPatchDemo/thumb.png", + "desc": "Turn a JSON API into a data stream (SSE) in JSON Patch. You can try with any JSON API", + "url": "http://angular-streamdataiodemo.rhcloud.com/", + "info": "http://streamdata.io", + "src": "https://github.com/streamdataio/streamdataio-js", + "submitter": "https://github.com/allandenis38", + "submissionDate": "2015-07-20", + "tags": [ + "Demo", + "Productivity", + "JSON Patch", + "ServerSent Events", + "Open Source" + ] + }, { "name": "APWGL", "thumb": "apwgl/thumb.png",