@rmlio/matey
Version:
Web-based editor for YARRRML rules.
16 lines (9 loc) • 296 B
JavaScript
const Matey = require("../..");
const matey = new Matey();
document.body.innerHTML = '<div id="test"></div>';
const config = {
rmlMapperUrl: "http://localhost:4000/execute" // make sure an endpoint with this URL is active!
};
//for debug
window.matey = matey;
matey.init("test", config);