Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Add JSONPatch demo to builtwith.angularjs.org project #532

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added projects/JSONPatchDemo/thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions projects/projects.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down