Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onroerenderfgoed/urireferencer_dojo
Dojo widget that intereacts with a UriRegistry
https://github.com/onroerenderfgoed/urireferencer_dojo
Last synced: about 5 hours ago
JSON representation
Dojo widget that intereacts with a UriRegistry
- Host: GitHub
- URL: https://github.com/onroerenderfgoed/urireferencer_dojo
- Owner: OnroerendErfgoed
- License: mit
- Created: 2015-11-26T13:40:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T08:34:49.000Z (over 1 year ago)
- Last Synced: 2024-04-16T01:56:07.447Z (7 months ago)
- Language: CSS
- Size: 824 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# urireferencer_dojo
Dojo widget that intereacts with a [UriRegistry](https://github.com/OnroerendErfgoed/uriregistry) .
Usage:
```javascript
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](http://localhost:8080/tests/widget/test_UriReferencer.html)