1.0.0 • Published 9 years ago

url-resolve v1.0.0

Weekly downloads
194
License
ISC
Repository
github
Last release
9 years ago

url-resolve

resolve multiple url segments like path.resolve

usage

var urlResolve = require('url-resolve')
urlResolve('http://a','b','c','d')
// => http://a/b/c/d

api

url.resolve(from, [to ...])#

see also https://nodejs.org/api/url.html#url_url_resolve_from_to

installation

$ npm install url-resolve

running the tests

From package root:

$ npm install
$ npm test

contributors

license

ISC. (c) MMXV jden jason@denizac.org. See LICENSE.md