link.js

0.1.4 • Public • Published

link.js

Build Status NPM Version Bower Coverage Status License

about

link.js aims to quick share settings over pages via URL GET parms.

    var lnk = new window.LNK({settingsGetParmName: "aaa"});
    var setup = lnk.fetchSettings();
    var newSetup = {
        "hello" : "world"
    };
 
    console.log(setup || "no setup given.");
    document.getElementById("test").href = lnk.href(newSetup);

install

npm install link.js
bower install link.js

Dependencies (0)

    Dev Dependencies (11)

    Package Sidebar

    Install

    npm i link.js

    Weekly Downloads

    1

    Version

    0.1.4

    License

    none

    Last publish

    Collaborators

    • s-a