From 476fb93ea34c230de146c5be08ef69ac25f85b5d Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Wed, 8 Dec 2010 22:59:45 +0100 Subject: [PATCH] static JSON in public/json/monitor/printers/key --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index 45493f5..935344b 100644 --- a/README +++ b/README @@ -26,6 +26,14 @@ At it's current stage it provides support for angular $resource get, query and $ http://angularjs.org/Service:$resource +Data can also be serve static json files stored in: + + public/json/:database/:entity/:key + +which can be used to provide data using external stand-alone scripts. + + + Replication of data between instances using angular REST API can be done with: # create local CouchDB database -- 2.20.1