404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.129.209.135: ~ $
# prepend-http [![Build Status](https://travis-ci.org/sindresorhus/prepend-http.svg?branch=master)](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)

Filemanager

Name Type Size Permission Actions
index.js File 288 B 0644
license File 1.09 KB 0644
package.json File 1.58 KB 0644
readme.md File 577 B 0644