From 3f6b668e759883c455b2f947a3951bc57ed6a653 Mon Sep 17 00:00:00 2001 From: Andrea Date: Mon, 5 Nov 2018 17:09:21 +0100 Subject: [PATCH] Update README.md aggiungo esempio nel caso le URL siano in un file list.txt --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 27cbba0..8ede18e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Read an IIIF Manifest (from local file or remote URL) and output flattened metad go get github.com/atomotic/iiif-flat-metadata -### Example +### Example: URL ``` iiif-flat-metadata http://www.e-codices.unifr.ch/metadata/iiif/fmb-cb-0100/manifest.json | jq @@ -33,3 +33,8 @@ iiif-flat-metadata http://www.e-codices.unifr.ch/metadata/iiif/fmb-cb-0100/manif "Title (English)": "Justinian I, Digestum Vetus" } ``` + +### Example: File +``` +parallel iiif-flat-metadata "{} > {#}.json" :::: list.txt +```