mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
| .. | ||
| index.js | ||
| license | ||
| package.json | ||
| readme.md | ||
prepend-http 
Prepend
http://to humanized URLs liketodomvc.comandlocalhost
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