random-url

1.0.0 • Public • Published

random-url Build Status

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

Readme

Keywords

Package Sidebar

Install

npm i random-url

Weekly Downloads

107

Version

1.0.0

License

MIT

Last publish

Collaborators

  • bendrucker