lib-re / dublin-core-text-parser

Cataloguing tool for converting specially formatted text files containing dublin core metadata into various formats
MIT License
6 stars 0 forks source link

Consider hosting as Web Service #11

Closed atla5 closed 6 years ago

atla5 commented 8 years ago

It would seem that a version of this software could be hosted online and used as an endpoint for users without requiring users to download and run the source themselves.

set it up so that you can send an HTTP GET request with the contents of one of the text files in the body and have it return the json object

write script to automate sending each individual one so that end users don't have to touch the code at all.

JSON, XML would be rather simple to use with Rest or SOAP, and we could make the MARC and CSV files available for download as well.

atla5 commented 6 years ago

it's much better as a command line tool. no real reason to host this, especially given the requirement for uploading content.