Vinícius Ernani de Carvalho 6c4544a079 Create the backend | hace 5 años | |
---|---|---|
.. | ||
index.js | hace 5 años | |
license | hace 5 años | |
package.json | hace 5 años | |
readme.md | hace 5 años |
Prepend
http://
to humanized URLs liketodomvc.com
andlocalhost
$ npm install --save prepend-http
const prependHttp = require('prepend-http');
prependHttp('todomvc.com');
//=> 'http://todomvc.com'
prependHttp('localhost');
//=> 'http://localhost'
prependHttp('http://todomvc.com');
//=> 'http://todomvc.com'
MIT © Sindre Sorhus