An open API service indexing awesome lists of open source software.

https://github.com/pablopunk/prepend-url

Prepend an url to another url
https://github.com/pablopunk/prepend-url

Last synced: 11 months ago
JSON representation

Prepend an url to another url

Awesome Lists containing this project

README

          

# prepend-url








Prepend an url to another url

## Install

```sh
npm install prepend-url
```

## Usage

```js
const prependUrl = require('prepend-url')
console.log(prependUrl('http://pablopunk.com', 'https://microsec.pw'))
//=> https://microsec.pw/pablopunk.com/
```

## License

MIT

## Author

| ![me](https://gravatar.com/avatar/fa50aeff0ddd6e63273a068b04353d9d?size=100) |
| ---------------------------------------------------------------------------- |
| [Pablo Varela](http://pablo.life) |