-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README file, link to IIIF Manifest Editor, add note about miss…
…ing authentication
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ## | ||
|
@@ -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` | ||
|