1.4.2 • Published 6 years ago

cjs-uri v1.4.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

URL string handler

build status npm version dependencies status devDependencies status Gitter RunKit

Module to parse location URLs.

Installation

npm install cjs-uri

Usage

Add to the scope:

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

Parse current location:

console.log(parse(document.location.href));

Contribution

If you have any problems or suggestions please open an issue according to the contribution rules.

License

cjs-uri is released under the MIT License.