mirror of
https://github.com/Raghu-Ch/nodeRestAPI.git
synced 2026-02-10 12:43:02 -05: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