prepend-url Prepend an url to another url Install npm install prepend-url Usage const prependUrl = require('prepend-url') console.log(prependUrl('http://pablopunk.com', 'https://microsec.pw')) //=> https://microsec.pw/pablopunk.com/ License MIT Author Pablo Varela