Aucune description

FFIB: 11e3a9652a first 7 ans auparavant
..
index.js 11e3a9652a first 7 ans auparavant
license 11e3a9652a first 7 ans auparavant
package.json 11e3a9652a first 7 ans auparavant
readme.md 11e3a9652a first 7 ans auparavant

readme.md

prepend-http Build Status

Prepend http:// to humanized URLs like todomvc.com and localhost

Install

$ npm install --save prepend-http

Usage

const prependHttp = require('prepend-http');

prependHttp('todomvc.com');
//=> 'http://todomvc.com'

prependHttp('localhost');
//=> 'http://localhost'

prependHttp('http://todomvc.com');
//=> 'http://todomvc.com'

License

MIT © Sindre Sorhus