Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 590 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 590 Bytes

urireferencer_dojo

Dojo widget that intereacts with a UriRegistry .

Usage:

   var widget = new Urireferencer({
       uriUrl: 'https://dev-id.erfgoed.net/registry',
       checkUri: 'https://dev-id.erfgoed.net/actoren/1'
   }, 'widgetNode');

You can run and test this widget locally:

  • clone this repository
  • run 'npm install' from the root dir
  • run 'bower install' from the root dir
  • run 'grunt run' from the root dir
  • browse to the test page