From 15e7fa46e82f14767b9813ea97d6f6b211e0dd1c Mon Sep 17 00:00:00 2001 From: Rafael Schwemmer Date: Fri, 2 Mar 2018 15:39:16 +0100 Subject: [PATCH] Update README file, link to IIIF Manifest Editor, add note about missing authentication --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d5577d..df8d965 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # iiif-manifest-store -A simple Node application to store and retrieve IIIF manifests via REST API +A simple Node application to store and retrieve IIIF manifests via REST API. It can be used in conjunction with the [IIIF Manifest Editor](https://github.com/bodleian/iiif-manifest-editor) to store manifests remotely. Please note that this application currently does not support authentication so anybody can POST and GET manifests to the store. Use it behind a firewall and/or for testing purposes only. ## How to set up the application ## @@ -9,7 +9,7 @@ A simple Node application to store and retrieve IIIF manifests via REST API * Install npm globally: https://github.com/npm/npm * Install nvm (Node Version Manager) globally: https://github.com/creationix/nvm -### How to set up the application ### +### Installation ### * Clone this repository: `git clone git@github.com:textandbytes/iiif-manifest-store.git` * Change into the project directory: `cd iiif-manifest-store`