0.2.0 • Published 9 years ago

node-matrix-url v0.2.0

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

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

0.2.0

9 years ago

0.1.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago