Vinícius Ernani de Carvalho 6c4544a079 Create the backend | пре 5 година | |
---|---|---|
.. | ||
index.js | пре 5 година | |
license | пре 5 година | |
package.json | пре 5 година | |
readme.md | пре 5 година |
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