1.0.0 • Published 8 years ago

urlgen v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

URLGen

Simple URL Generator

How to use

var urlgen = require("urlgen");
urlgen.Gen()

Returns a string with the default length of 12, which can be customized. If you want more than 12, you can use a parameter.

Examples

urlgen.Gen()

Will return a string with the default length (12).

urlgen.Gen(24)

Will return a string with the length of 24.