jtnelson / url-transform

A node module to transform URLs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

url-transform

A node module to transform URLs.

Installation

This module is based on url-parse and is therefore designed to be used with either browserify or Node.js.

npm install @cinchapi/url-transform

You can also declare the dependency in the package.json file

"dependencies": {
  "@cinchapi/url-transform": "^1.0.0"
}

Usage

All examples assume the module is bootstrapped using:

'use strict'

var transform = require('url-transform');

About

A node module to transform URLs.

License:Apache License 2.0


Languages

Language:JavaScript 100.0%