Submit
Path:
~
/
/
proc
/
self
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
prepend-http
/
File Content:
readme.md
# prepend-http [](https://travis-ci.org/sindresorhus/prepend-http) > Prepend `http://` to humanized URLs like `todomvc.com` and `localhost` ## Install ``` $ npm install --save prepend-http ``` ## Usage ```js 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](https://sindresorhus.com)
Submit
FILE
FOLDER
Name
Size
Permission
Action
index.js
288 bytes
0644
license
1119 bytes
0644
package.json
1614 bytes
0644
readme.md
577 bytes
0644
N4ST4R_ID | Naxtarrr