This package has been deprecated

Author message:

## NO LONGER MAINTAINED

apeman-brws-url

2.1.4 • Public • Published

apeman-brws-url

Build Status Code Climate Code Coverage npm Version JS Standard

Url resolver for browser.

Installation

$ npm install apeman-brws-url --save

Usage

'use strict'
 
const { convertHostname } = require('apeman-brws-url')
 
// Convert host name by rule.
let url01 = convertHostname('http://localhost:300/foo', {
  localhost: '127.0.0.1'
})
 

Bundle

Use browserify to bundle as client side script.

$ browserify main.js -o bundle.js

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i apeman-brws-url

Weekly Downloads

1

Version

2.1.4

License

MIT

Last publish

Collaborators

  • okunishinishi