Skip to content

Commit

Permalink
Update README file, link to IIIF Manifest Editor, add note about miss…
Browse files Browse the repository at this point in the history
…ing authentication
  • Loading branch information
schwemmer committed Mar 2, 2018
1 parent 9fdb173 commit 15e7fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 ##
Expand All @@ -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 [email protected]:textandbytes/iiif-manifest-store.git`
* Change into the project directory: `cd iiif-manifest-store`
Expand Down

0 comments on commit 15e7fa4

Please sign in to comment.