node-matrix-url

0.2.0 • Public • Published

node-matrix-url

A helper library for working with Squiz Matrix URLs

build status

NPM

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

/node-matrix-url/

    Package Sidebar

    Install

    npm i node-matrix-url

    Weekly Downloads

    1

    Version

    0.2.0

    License

    MIT

    Last publish

    Collaborators

    • joshgillies