1.0.2 • Published 7 years ago

url-glue v1.0.2

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

url-glue

npm version Dependency Status Standard Version Conventional Commits

Inspired by url-join. Better, easier to use API.

Installation

via npm

$ yarn add url-glue

# $ npm install url-glue

Usage

import urlGlue from 'url-glue';

const url = urlGlue('https://www.example.com', 'foo', '/bar');
// https://www.example.com/foo/bar
1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago