0.1.7 • Published 1 year ago
omeka-s-tools v0.1.7
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