cjs-parse-uri

1.3.0 • Public • Published

URL string parser

NPM version Dependencies Status Gitter

Module to parse location URLs.

Installation

npm install cjs-parse-uri

Usage

Add to the scope:

var parseUri = require('cjs-parse-uri');

Parse current location:

console.log(parseUri(document.location));

Debug mode

There is a global var DEBUG which activates additional consistency checks and protection logic not available in release mode.

Contribution

If you have any problem or suggestion please open an issue here. Pull requests are welcomed with respect to the JavaScript Code Style.

License

cjs-parse-uri is released under the GPL-3.0 License.

/cjs-parse-uri/

    Package Sidebar

    Install

    npm i cjs-parse-uri

    Weekly Downloads

    0

    Version

    1.3.0

    License

    GPL-3.0

    Last publish

    Collaborators

    • mullock