mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-12-11 02:56:10 +00:00
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