A simple url parsing library.


Keywords
util, url, parse
Licenses
MIT/GPL-2.0+
Install
npm install wurl@2.5.4

Documentation

wurl()

A simple url parsing library for Node.js.

Note this is based directly from the js-url library. To see the documentation and release notes pleas check the README page there.

Install

npm install wurl

Usage

var wurl = require('wurl');

wurl('domain', url);
// etc

License

MIT licensed

Copyright (C) 2011-2012 Websanova http://www.websanova.com