node-matrix-url
v0.2.0
Published
A helper library for working with Squiz Matrix URLs
Downloads
13
Readme
node-matrix-url
A helper library for working with Squiz Matrix URLs
Example
var matrixUrl = require('node-matrix-url');
var href = matrixUrl('http://mysource.matrix/_admin', {
assetId: '3'
});
console.log(href);
// http://mysource.matrix/_admin/?SQ_BACKEND_PAGE=main&backend_section=am&am_section=edit_asset&assetid=3&asset_ei_screen=&ignore_frames=1
License
MIT