1.1.0 • Published 9 years ago

urlurl v1.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

urlurl

Node's core url module with username+password properties.

This code is not mine, I just want an easy way to use it while the PR is in flight. ben-page deserves all the credit -- see joyent/node#25353 and joyent/node#25359 .

build status npm version MIT license we're hiring

Usage

npm install urlurl
var urlurl = require('urlurl');

Contributing

Please follow our Code of Conduct when contributing to this project.

$ git clone https://github.com/goodeggs/urlurl && cd urlurl
$ npm install
$ npm test

Module scaffold generated by generator-goodeggs-npm.