guilmour 4d48d7b520 Version 0.1 6 gadi atpakaļ
..
README.md 4d48d7b520 Version 0.1 6 gadi atpakaļ
package.json 4d48d7b520 Version 0.1 6 gadi atpakaļ
test.js 4d48d7b520 Version 0.1 6 gadi atpakaļ
wurl.js 4d48d7b520 Version 0.1 6 gadi atpakaļ

README.md

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