1.0.0 • Published 10 years ago
random-url v1.0.0
random-url 
Generate a random URL
Install
$ npm install --save random-url
Usage
var randomUrl = require('random-url');
randomUrl('https');
//=> creates a random https url
API
randomUrl(protocol)
input
Type: string
Default: 'http'
License
MIT © Ben Drucker
1.0.0
10 years ago