All Projects → websanova → node-url

websanova / node-url

Licence: other
A simple url parser for Node.js

Programming Languages

javascript
184084 projects - #8 most used programming language

wurl()

WARNING: DEPRECATED / ARCHIVED

This package has been deprecated and you should switch to the main package.

https://www.npmjs.com/package/@websanova/url

ARCHIVED NOTES BELOW

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].