fire-url

0.1.7 • Public • Published

Node Module Template

Node's url module with helpful functions.

Install

    npm install fire-url

Usage

    var url = require('fire-url');
    var result = url.join('http://www.google.com', 'a', '/b/cd', '?foo=123');
    console.log(result);

Prints:

    http://www.google.com/a/b/cd?foo=123

Readme

Keywords

none

Package Sidebar

Install

npm i fire-url

Weekly Downloads

3

Version

0.1.7

License

none

Last publish

Collaborators

  • firebox