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
- Host: GitHub
- URL: https://github.com/pablopunk/prepend-url
- Owner: pablopunk
- Created: 2017-09-24T04:33:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:44:29.000Z (over 3 years ago)
- Last Synced: 2025-03-02T23:35:12.462Z (over 1 year ago)
- Language: JavaScript
- Size: 467 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
|  |
| ---------------------------------------------------------------------------- |
| [Pablo Varela](http://pablo.life) |