omeka-s-tools
v0.1.7
Published
General tools for working with the omeka-s api
Downloads
10
Readme
Omeka S Tools
Tools for working with data in an instance of Omeka S
Install
npm install omeka-s-tools
Tests
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=xxx
Then you can execute the tests with
npm t