omeka-s-tools
v0.1.7
Published
General tools for working with the omeka-s api
Readme
Omeka S Tools
Tools for working with data in an instance of Omeka S
Install
npm install omeka-s-toolsTests
These tests interact with a OMEKA instance, beware. To execute the tests, API access is required, provide your key_credential and key_identity in the .env.test file.
OMEKA_KEY=xxx
OMEKA_ID=xxxThen you can execute the tests with
npm t